Overload | Description |
---|---|
UploadStreamAsync(Stream,String,Object) | Upload a file stream asynchronously to the FTP server |
UploadStreamAsync(Stream,String) | Upload a file stream asynchronously to the FTP server |
UploadStreamAsync(Stream,String,Int64,Object) | Upload a file stream asynchronously to the FTP server using the specified byte offset. |
UploadStreamAsync(Stream,String,Int64) | Upload a file stream asynchronously to the FTP server using the specified byte offset. |