ComponentSpace FTP Class Library Reference

FailSafeTransfer Constructor 

Initializes a new instance of the FtpClient class.

[Visual Basic]
Public Sub New( _
   ByVal serverAddress As String, _
   ByVal port As Integer, _
   ByVal userName As String, _
   ByVal password As String _
)
[C#]
public FailSafeTransfer(
   string serverAddress,
   int port,
   string userName,
   string password
);

Parameters

serverAddress
The server address (eg. 207.46.133.140 or ftp.microsoft.com).
port
The server command port.
userName
The user name. "anonymous" for an anonymous user. If null no USER command is sent.
password
The password. Normally your email address for an anonymous user. If null no PASS command is sent.

See Also

FailSafeTransfer Class | ComponentSpace.Ftp Namespace