edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientPut Method

Overload List

Put(Byte, String) Put data onto the FTP server in the current directory.
Put(Stream, String) Put a stream of data onto the FTP server in the current directory.
Put(String, String) Put a local file onto the FTP server in the current directory.
Put(Byte, String, Boolean) Put data onto the FTP server in the current directory. Allows appending if current file exists.
Put(Stream, String, Boolean) Put a stream of data onto the FTP server in the current directory. Allows appending if current file exists
Put(String, String, Boolean) Put a local file onto the FTP server in the current directory. Allows appending if current file exists.

See Also