conaito PPT2Flash SDK 3.7

FtpClient Constructor

[Visual Basic]
Public Overloads Sub New( _
   ByVal server As String, _
   ByVal username As String, _
   ByVal password As String _
)
[C#]
FtpClient(
   string server,
   string username,
   string password
);

Parameters

server
username
password

See Also

FtpClient Class | Conaito.PPLibrary Namespace | FtpClient Constructor Overload List