Rebex FTP/SSL for .NET

Ftp.AppendFile Method (String, String)

Appends the content of the local file to the file on the server.

public long AppendFile(
   string localPath,
   string remotePath
);

Parameters

localPath
The path of the local file.
remotePath
The path of the remote file. This cannot be a directory.

Return Value

Number of bytes transfered.

Remarks

Represents FTP APPE command.

See Also

Ftp Class | Rebex.Net Namespace | Ftp.AppendFile Overload List