Table of Contents

Enum FileMoveCollisionOptionHttp

Namespace
SunamoHttp
Assembly
SunamoHttp.dll

Options for handling file collisions when moving or downloading files

public enum FileMoveCollisionOptionHttp
Extension Methods

Fields

AddFileSize = 1

Add the file size to the filename to make it unique

AddSerie = 0

Add a serial number to the filename to make it unique

DiscardFrom = 3

Discard the incoming file and keep the existing one

DontManipulate = 5

Do not manipulate the file, leave it as is

LeaveLarger = 4

Keep the larger file (by size)

Overwrite = 2

Overwrite the existing file