Xceed .NET Libraries Documentation
ReceiveFile Method


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpClient Class : ReceiveFile Method
Receives the specified file from the current working folder and stores it on the local system using the specified path and filename.
Receives the specified file from the current working folder and stores it on the local system using the specified path and filename.
Overload List
OverloadDescription
Receives the specified file from the current working folder and stores it on the local system using the specified path and filename.  
Receives the specified file from the current working folder and stores it on the local system using the specified path and filename and indicates if the file should append itself to the local file if it already exists.  
Receives the specified file from the current working folder starting from the specified offset and stores it on the local system using the specified path and filename.  
Receives the specified file from the current working folder starting from the specified offset and stores it on the local system using the specified path and filename indicating if the file should append itself to the local file if it already exists.  
Receives the specified file from the current working folder to the specified System.IO.Stream.  
Receives the specified file from the FTP server's current working folder into the specified System.IO.Stream, starting from the specified offset.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpClient Class
FtpClient Members