| UploadFile(String, String) | Upload a local file to the FTP server in the current working directory. |
| UploadFile(String, String, WriteMode) | Upload a local file to the FTP server in the current working directory. Allows appending if current file exists. |
| UploadFile(String, String, Boolean) |
Upload a local file to the FTP server in the current working directory. Allows appending
if current file exists.
|