Overload List

  Name Description
Public method Upload(FileInfo)
Uploads a local file to the FTP server remote directory.
Public method Upload(String)
Uploads a local file to the FTP server remote directory.
Public method Upload(array<Byte>[]()[][], String)
Uploads a byte array to the FTP server remote directory.
Public method Upload(FileInfo, Boolean)
Uploads a local file to the FTP server remote directory.
Public method Upload(FileInfo, String)
Uploads a local file to the FTP server remote directory.
Public method Upload(String, Boolean)
Uploads a local file to the FTP server remote directory.
Public method Upload(String, String)
Uploads a local file to the FTP server remote directory.
Public method Upload(array<Byte>[]()[][], String, Boolean)
Uploads a byte array to the FTP server remote directory.
Public method Upload(FileInfo, String, Boolean)
Uploads a local file to the FTP server remote directory.
Public method Upload(String, String, Boolean)
Uploads a local file to the FTP server remote directory.

See Also