Upload a file to an FTP server.
Overload List
Overload | Description |
Put(String,String,Synchronize) |
Upload a file to an FTP server.
|
Put(Stream,String,Int64,StoreType) |
Starts upload from the current position in the specified source stream and writes to the destination file at the
specified offset.
|
Put(List<FileSystemInfo>,String,String,Synchronize) |
Put the specified files and folders onto the server using a single method.
|
Put(String,Int64,StoreType) |
Lowest level Put method starts upload to the specified offset.
|
See Also