This method uploads the existing file to the FTP server.

Overload list

This method uploads the existing file to the FTP server with specified URI.

[Visual Basic] Public Function UploadFile(String, String) As Boolean
[C#] public bool UploadFile(string, string)

This method uploads the existing file to the FTP server with specified URI.

[Visual Basic] Public Function UploadFile(System.Uri, String) As Boolean
[C#] public bool UploadFile(System.Uri, string)

This method uploads the existing file to the FTP server with specified host name and path name.

[Visual Basic] Public Function UploadFile(String, String, String) As Boolean
[C#] public bool UploadFile(string, string, string)

This method uploads the existing file to the FTP server with specified host name, path name and port number.

[Visual Basic] Public Function UploadFile(String, String, Integer, String) As Boolean
[C#] public bool UploadFile(string, string, int, string)

See Also

Ftp Class | Ftp Members


The ImageKit.NET3 is created by Newtone Corporation