GoLang ftp_append

request it (330)
GoLang replacement for PHP's ftp_append [edit | history]



Do you know a GoLang replacement for PHP's ftp_append? Write it!

PHP ftp_append

PHP original manual for ftp_append [ show | php.net ]

ftp_append

(PHP 7 >= 7.2.0)

ftp_appendAppend content of a file a another file on the FTP server

Description

bool ftp_append ( resource $ftp , string $remote_file , string $local_file [, int $mode = FTP_IMAGE ] )

Warning

This function is currently not documented; only its argument list is available.

Parameters

ftp

remote_file

local_file

mode

Return Values

Returns TRUE on success or FALSE on failure.