NET FTP Library
SynchronizationMode Enumeration






KellermanSoftware.NetFtpLibrary Namespace : SynchronizationMode Enumeration
Determines which files are uploaded or downloaded during synchronization
Syntax
'Declaration
 
Public Enum SynchronizationMode 
   Inherits System.Enum
'Usage
 
Dim instance As SynchronizationMode
public enum SynchronizationMode : System.Enum 
public enum SynchronizationMode = class(System.Enum)
public enum SynchronizationMode extends System.Enum
__value public enum SynchronizationMode : public System.Enum 
public enum class SynchronizationMode : public System.Enum 
Members
MemberDescription
CopyIfTheSizeIsDifferentOrDateIsNewer Files will be synchronized if the size is different or if the file date is newer (default)
CopyOnlyIfNewer Files will be synchronized only if the file is newer
CopyOnlyIfSizeIsDifferent Files will be synchronized only if the size is different
CopyOnlyIfTheFileDoesNotExist Files will only be synchronized if it does not exist
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetFtpLibrary.SynchronizationMode

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

KellermanSoftware.NetFtpLibrary Namespace