Xceed .NET Libraries Documentation
BeginReceiveFile Method


Xceed.Ftp Assembly > Xceed.Ftp Namespace > AsyncFtpClient Class : BeginReceiveFile Method
Begins the process of receiving the specified file from the current working folder and stores it on the local system using the specified path and filename. Don't forget to call EndReceiveFile!
Begins the process of retrieving the contents of the current working folder. Don't forget to call EndGetFolderContents!
Overload List
OverloadDescription
Begins the process of receiving the specified file from the current working folder and stores it on the local system using the specified path and filename. Don't forget to call EndReceiveFile!  
Begins the process of receiving 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. Don't forget to call EndReceiveFile!  
Begins the process of receiving 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. Don't forget to call EndReceiveFile!  
Begins the process of receiving 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. Don't forget to call EndReceiveFile!  
Begins the process of receiving the specified file from the current working folder to the specified System.IO.Stream. Don't forget to call EndReceiveFile!  
Begins the process of receiving the specified file from the FTP server's current working folder into the specified System.IO.Stream, starting from the specified offset. Don't forget to call EndReceiveFile!  
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

AsyncFtpClient Class
AsyncFtpClient Members