Xceed .NET Libraries Documentation
MultipleFileTransferErrorAction Enumeration


Xceed.Ftp Assembly > Xceed.Ftp Namespace : MultipleFileTransferErrorAction Enumeration
Value representing the action to take when an error occurs while transferring multiple files.
Syntax
'Declaration
 
Public Enum MultipleFileTransferErrorAction 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As MultipleFileTransferErrorAction
public enum MultipleFileTransferErrorAction : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
Abort0The entire process should be aborted.
Ignore2Skip the file and continue with the next file to transfer.
Retry1Attempt to retransfer the file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Ftp.MultipleFileTransferErrorAction

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