An NDoc Documented Class Library

ExFTPConnection.UploadStream Method

Upload a stream of data to the FTP server in the current working directory.

Overload List

Upload a stream of data to the FTP server in the current working directory.

public override void UploadStream(Stream,string);

Upload a stream of data to the FTP server in the current working directory. Allows appending if current file exists.

public override void UploadStream(Stream,string,bool);

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace