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, _
   ByVal timeoutSeconds As Integer, _
   ByVal port As Integer _
)
[C#]
FtpClient(
   string server,
   string username,
   string password,
   int timeoutSeconds,
   int port
);

Parameters

server
username
password
timeoutSeconds
port

See Also

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