Table of Contents

Enum FtpStatus

Namespace
FluentFTP
Assembly
FluentFTP.dll

The result of an upload or download operation

public enum FtpStatus
Extension Methods

Fields

Failed = 0

The upload or download failed with an error transferring, or the source file did not exist

Skipped = 2

The upload or download was skipped because the file already existed on the target

Success = 1

The upload or download completed successfully