Rebex FTP/SSL for .NET

Ftp.BeginPutFile Method

Uploads the content of the data stream to the file on the server.

Overload List

Uploads the content of the data stream to the file on the server.

public IAsyncResult BeginPutFile(Stream,string,AsyncCallback,object);

Uploads the content of the data stream to the file on the server.

public IAsyncResult BeginPutFile(Stream,string,long,long,AsyncCallback,object);

Uploads the content of the local file to the file on the server.

public IAsyncResult BeginPutFile(string,string,AsyncCallback,object);

Uploads the content of the local file to the file on the server.

public IAsyncResult BeginPutFile(string,string,long,long,long,AsyncCallback,object);

See Also

Ftp Class | Rebex.Net Namespace