These methods upload a file to an FTP server.
Overload List
This method uploads a file to an FTP server specifying the remote URI and the local filename.
[Visual Basic] Public Function FtpUploadFile(String, String) As Boolean
[C#] public bool FtpUploadFile(string, string)
This method uploads a file to an FTP server specifying the remote URI and the local filename.
[Visual Basic] Public Function FtpUploadFile(System.Uri, String) As Boolean
[C#] public bool FtpUploadFile(System.Uri, string)
This method uploads a file to an FTP server specifying the host name, the remote URI, and the local filename.
[Visual Basic] Public Function FtpUploadFile(String, String, String) As Boolean
[C#] public bool FtpUploadFile(string, string, string)
This method uploads a file to an FTP server with specifying the host name, the remote URI, the port number, and the local filename.
[Visual Basic] Public Function FtpUploadFile(String, String, Integer, String) As Boolean
[C#] public bool FtpUploadFile(string, string, int, string)