SocketTools .NET Edition

FtpClient.GetFile Method

Download a file from the server to the local system.

Overload List

Download a file from the server to the local system.

public bool GetFile(string);

Download a file from the server to the local system.

public bool GetFile(string,string);

Download a file from the server to the local system.

public bool GetFile(string,string,FtpTransferOptions);

Download a file from the server to the local system.

public bool GetFile(string,string,FtpTransferOptions,int);

See Also

FtpClient Class | SocketTools Namespace