An NDoc Documented Class Library

FTPConnection.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 virtual 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 virtual void UploadStream(Stream,string,bool);

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace