Metodo UtilityGetFtpClient
             | 
          
        
        
            Restituisce l'oggetto FTPClient con i dati passati
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static FtpClient GetFtpClient(
	string host,
	string user,
	string pwd,
	string port
)
Public Shared Function GetFtpClient ( 
	host As String,
	user As String,
	pwd As String,
	port As String
) As FtpClient
public:
static FtpClient^ GetFtpClient(
	String^ host, 
	String^ user, 
	String^ pwd, 
	String^ port
)
static member GetFtpClient : 
        host : string * 
        user : string * 
        pwd : string * 
        port : string -> FtpClient Parametri
- host  String
 -  
 - user  String
 -  
 - pwd  String
 -  
 - port  String
 -  
 
Valore di ritorno
FtpClient
Vedi anche