Overload List

  NameDescription
Public methodPut(array<Byte>[]()[][], String)
Put data onto the FTP server in the current directory.
Public methodPut(Stream, String)
Put a stream of data onto the FTP server in the current directory.
Public methodPut(String, String)
Put a local file onto the FTP server in the current directory.
Public methodPut(array<Byte>[]()[][], String, Boolean)
Put data onto the FTP server in the current directory. Allows appending if current file exists.
Public methodPut(Stream, String, Boolean)
Put a stream of data onto the FTP server in the current directory. Allows appending if current file exists
Public methodPut(String, String, Boolean)
Put a local file onto the FTP server in the current directory. Allows appending if current file exists.

See Also