Overload List
| Name | Description | |
|---|---|---|
| Put(array<Byte>[]()[][], String) |
Put data onto the FTP server in the current directory.
| |
| Put(Stream, String) |
Put a stream of data onto the FTP server in the current directory.
| |
| Put(String, String) |
Put a local file onto the FTP server in the current directory.
| |
| Put(array<Byte>[]()[][], String, Boolean) |
Put data onto the FTP server in the current directory. Allows
appending if current file exists.
| |
| Put(Stream, String, Boolean) |
Put a stream of data onto the FTP server in the current directory. Allows appending
if current file exists
| |
| Put(String, String, Boolean) |
Put a local file onto the FTP server in the current directory. Allows appending
if current file exists.
|