Rebex FTP/SSL for .NET

Ftp.BeginPutUniqueFile Method

Uploads the content of the data stream to the file with unique pathname on the server.

Overload List

Uploads the content of the data stream to the file with unique pathname on the server.

public IAsyncResult BeginPutUniqueFile(Stream,AsyncCallback,object);

Uploads the content of the local file to the file with unique pathname on the server.

public IAsyncResult BeginPutUniqueFile(string,AsyncCallback,object);

See Also

Ftp Class | Rebex.Net Namespace