|
FtpClientConnect Method
|
Connects to FTP server using specified credentials.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax Public Sub Connect (
userName As String,
password As String
)
member Connect :
userName : string *
password : string -> unit
function Connect(userName, password);
View SourceParameters
- userName String
- User name used to authenticate to FTP server.
- password String
- Password used to authenticate to FTP server.
See Also