| Put(Byte, String) | Put data onto the server |
| 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 SFTP server in the current directory. |
| Put(Byte, String, Boolean) | Put data onto the SFTP 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) | Upload a local file to the server |