Get data from the FTP server, using the currently set transfer mode.
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);