An NDoc Documented Class Library

FTPClient.Get Method

Get data from the FTP server, using the currently set transfer mode.

Overload List

Get data from the FTP server, using the currently set transfer mode.

public virtual void Get(Stream,string);

Get data from the FTP server.

public virtual byte[] Get(string);

Get data from the FTP server using the currently set transfer mode.

public virtual void Get(string,string);

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace