Table of Contents

Enum FtpDate

Namespace
FluentFTP
Assembly
FluentFTP.dll

Controls how timestamps returned by the server are converted.

public enum FtpDate
Extension Methods

Fields

LocalTime = 1

Returns the server timestamps in Local Time. Ensure that the TimeZone property is correctly set to the server's timezone. If you are on .NET Core/.NET Standard, you need to set the LocalTimeZone property for this to work.

ServerTime = 0

Returns the server timestamps in Server Time. No timezone conversion is performed.

UTC = 2

Returns the server timestamps in UTC (Coordinated Universal Time). Ensure that the TimeZone property is correctly set to the server's timezone.