SocketTools .NET Edition

FtpServer.LocalTime Property

Determines if the server should return file and directory times adjusted for the local timezone.

[Visual Basic]
Public Property LocalTime As Boolean
[C#]
public bool LocalTime {get; set;}

Property Value

A Boolean value that specifies of files should be listed using the local timezone on the server.

Remarks

The LocalTime property determines if the server should return file and directory times adjusted for the local timezone. By default, the server will return all file times as UTC values. This option affects the time information sent to a client when a list of files is requested, as well as when status information is requested for a specific file. This property value will not affect the MDTM and MFMT commands which always use file times as UTC values.

The default value for this property is False.

See Also

FtpServer Class | SocketTools Namespace