Xceed FTP Library Documentation
XceedFtp control reference / Enumeration types / EXFState enumeration
In This Topic
    EXFState enumeration
    In This Topic

    enum EXFState
    {
      fstNotConnected = 0, 
      fstConnecting = 1, 
      fstConnected = 2, 
      fstChangingFolder = 3, 
      fstChangingToParentFolder = 4, 
      fstChangingUser = 5, 
      fstCreatingFolder = 6, 
      fstDeletingFile = 7, 
      fstDisconnecting = 8, 
      fstGettingFolderContents = 9, 
      fstListingFolderContents = 10, 
      fstReceivingFile = 11, 
      fstReceivingMemoryFile = 12, 
      fstReceivingMultipleFiles = 13, 
      fstRemovingFolder = 14, 
      fstRenamingFile = 15, 
      fstSendingCommand = 16 
      fstSendingFile = 17, 
      fstSendingMemoryFile = 18, 
      fstSendingMemoryFileData = 19,  
      fstSendingMultipleFiles = 20 
    }

    The meaning of each value is detailed in the CurrentState property or the ProcessCompleted event topic.