Xceed .NET Libraries Documentation
BeginConnect Method


Xceed.Ftp Assembly > Xceed.Ftp Namespace > AsyncFtpClient Class : BeginConnect Method
Begins the connection process of the FTP client to an FTP server on port 21. Don't forget to call EndConnect!
Begins the connection process of the FTP client to an FTP server on port 21.
Overload List
OverloadDescription
Begins the connection process of the FTP client to an FTP server on port 21. Don't forget to call EndConnect!  
Begins the connection process of the FTP client to a secure FTP server on port 21. Don't forget to call EndConnect! Note: This method is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP.  
Begins the connection process of the FTP client to an FTP server using the specified hostname and port. Don't forget to call EndConnect!  
Begins the connection process of the FTP client to a secure FTP server using the specified hostname and port. Don't forget to call EndConnect! Note: This method is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP.  
Begins the connection of the FTP client to an FTP server using the specified System.Net.IPEndPoint (IP address and port). Don't forget to call EndConnect!  
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