FtpDLX Class

See Also

FtpDLX Members  | 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 Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

FtpDLX Class

Implements client side operation for FTP, SFTP (FTP over SSH) and FTPS (FTP over SSL) protocols.

For a list of all members of this type, see FtpDLX members.

Object Model


Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         WeOnlyDo.Client.FtpDLX

Syntax

[Visual Basic]
Public Class FtpDLX    Inherits Component
[C#]
public class FtpDLX : Component
[JScript]
public class FtpDLX extends Component

Remarks

wodFtpDLX.NET is a component that supports encrypted and non-encrypted FTP access to the servers for transferring files. It supports old, very common, FTP protocol, but also secured FTP+SSL (FTP+SSL) and SFTP (FTP+SSH). No matter what protocol is selected - it is completely transparent for programming. Same methods and same events apply for all protocols.
Together with the component is included Certificate Management Component, you can deal with certificates with ease - assign certificate to be used for client authentication, check validity of remote certificate, etc..


Features:

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

FtpDLX Members  | WeOnlyDo.Client Namespace

 

 


© WeOnlyDo Software. All Rights Reserved.