| 
            
              TFtpClient(IPAddress, Int32) Constructor
             | 
          
        
        
            Connects to a server
            
        
        Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic TFtpClient(
	IPAddress ip,
	int port
)
Public Sub New ( 
	ip As IPAddress,
	port As Integer
)
public:
TFtpClient(
	IPAddress^ ip, 
	int port
)
new : 
        ip : IPAddress * 
        port : int -> TFtpClientGSF.Net.TFtp.TFtpClient = function(ip, port);
 View SourceParameters
- ip  IPAddress
 - Address of the server that you want connect to.
 - port  Int32
 - Port on the server that you want connect to (default: 69)
 
See Also