Xceed .NET Libraries Documentation
FtpClientState Enumeration


Xceed.Ftp Assembly > Xceed.Ftp Namespace : FtpClientState Enumeration
Value representing the state of the FtpClient.
Syntax
'Declaration
 
Public Enum FtpClientState 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As FtpClientState
Members
MemberValueDescription
Authenticating75The FTP client is authenticating with the FTP server.
ChangingCurrentFolder19The FTP client is changing the FTP server's current working folder.
ChangingDataChannelProtection91The FTP client is changing the data channel protection.
ChangingProtectedBufferSize95 
ChangingToParentFolder23The FTP client is changing to the current working folder's parent folder.
ChangingTransferMode83The FTP client is changing the transfer mode.
ChangingUser15The FTP client is changing the current user.
ClearingCommandChannel87The FTP client is clearing the command channel.
Connected1The FTP client is connected to the FTP server.
Connecting6The FTP client is in the process of connecting to the FTP server.
CreatingFolder27The FTP client is creating a new folder in the FTP server's current working folder.
DeletingFile31The FTP client is deleting a file in the FTP server's current working folder.
DeletingFolder35The FTP client is deleting a folder in the FTP server's current working folder.
Disconnecting71The FTP client is disconnecting from the FTP server.
FxpReceivingFile107 
FxpSendingFile103 
GettingCurrentFolder39The FTP client is retrieving the FTP server's current working folder.
GettingExtendedFeatures79The FTP client is retrieving the extended features.
GettingFolderContents43The FTP client is retrieving the contents of the FTP server's current working folder.
GettingSecuredClientNegotiation119 
InitializingFxpConnection99 
LoggingIn11The FTP client is logging in.
NotConnected0The FTP client is not connected to an FTP server.
ReceivingFile47The FTP client is receiving a file from the FTP server's current working folder.
ReceivingMultipleFiles51The FTP client is receiving multiple files from the FTP server's current working folder.
RenamingFile55The FTP client is renaming a file in the FTP server's current working folder.
SendingCustomCommand59The FTP client is sending a custom command to the FTP server.
SendingFile63The FTP client is sending a file to the FTP server's current working folder.
SendingMultipleFiles67The FTP client is sending multiple files to FTP server's current working folder.
SetMachineListingFacts111 
SettingSecuredClientNegotiation95 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Ftp.FtpClientState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Ftp Namespace