Protocols Enumeration

See Also

WeOnlyDo.Client Namespace

Requirements

Namespace: WeOnlyDo.Client

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: WeOnlyDo.Client.FTP (in WeOnlyDo.Client.FTP.dll)

Language

Visual Basic

C#

JScript

Show All

See AlsoLanguages Requirements WeOnlyDo.Client.FTP Send comments on this topic.

Protocols Enumeration

These constants define possible protocols that can be used in wodFtpDLX.NET.

Members

MemberDescription
FTP FTP protocol.
SFTP SFTP protocol.
FTPS FTP+SSL protocol with insecured data channel.
FTPSwithdata FTP+SSL protocol with secured data channel.
FTPSimplicit FTP+SSL implicit on port 990.

Remarks

Use this constants with Protocol property.

SFTP format is running over encrypted (and secured) SSH2 layer and is supported only for SSH2 servers.
FTPS is in other words FTP-SSL protocol which adds SSL layer arround FTP connection which encrypts it. You can choose whether you will use FTPSnodata (where data connection is not encrypted), or FTPSwithdata (which also encrypts data connection). FTPSnodata and FTPSwithdata also relate as 'Explicit FTPS protocol'. FTPSimplicit protocol is also secure, but supports connection on (usually) port 990, where FTP server is wrapped by SSL layer (and possibly even is not aware of it). In such connections, you cannot use Passive data transfer! This protocol is also known as 'Implicit FTPS protocol'.

Requirements

Namespace: WeOnlyDo.Client

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: WeOnlyDo.Client.FTP (in WeOnlyDo.Client.FTP.dll)

See Also

WeOnlyDo.Client Namespace

 

 


© WeOnlyDo Software. All Rights Reserved.