Ftp.BeginAppendFile Method (Stream, String, AsyncCallback, Object)
Appends the content of the data stream to the file on the server.
Parameters
-
sourceStream
- The source data stream.
-
remotePath
- The path of the remote file. This cannot be a directory.
-
callback
- An optional asynchronous callback to be called when the operation is complete.
-
state
- A user-provided object that identifies this particular asynchronous operation.
Return Value
An IAsyncResult that references the asynchronous operation.
Remarks
Represents FTP APPE command.
See Also
Ftp Class | Rebex.Net Namespace | Ftp.BeginAppendFile Overload List