Rebex FTP for .NET
Ftp.EndAppendFile Method
Ends a pending asynchronous file append.
public
long
EndAppendFile(
IAsyncResult
asyncResult
);
Parameters
asyncResult
Stores state information for this asynchronous operation as well as any user defined data.
Return Value
Number of bytes transfered.
See Also
Ftp Class
|
Rebex.Net Namespace