-
-
Notifications
You must be signed in to change notification settings - Fork 660
Timezone Conversion
-
Config.TimeConversion - Server timestamps are converted into the given timezone. You need to set the other properties for this to work. Default:
FtpDate.ServerTime
.-
FtpDate.ServerTime
will return the original timestamp. -
FtpDate.LocalTime
will convert the timestamp into your local machine's timezone. -
FtpDate.UTC
will convert the timestamp into UTC format (GMT+0).
-
-
Config.ServerTimeZone - The timezone of the FTP server. If the server is in Tokyo and returns Tokyo timestamps, set this to Toyko. If the server returns timestamps in UTC then keep this as UTC. Default: UTC
-
Config.ClientTimeZone - The timezone of your machine. If your machine is in Paris, then set this to Paris. If your machine is synchronized with UTC then keep this as UTC. Default:
<local machine's timezone>
-
Config.SetServerTimeZone() - Allows you to easily set the server timezone across any OS by providing the Windows and Unix timezone names.
-
Config.SetClientTimeZone() - Allows you to easily set the client timezone across any OS by providing the Windows and Unix timezone names.
-
client.ConvertDate() - Main method used to translate local dates to server dates. Typically converts the date provided by the FTP server into the timezone required locally. If reverse is true, converts the local timezone date into the date required by the FTP server. In most cases you will never need to use this directly.
Set the server's timezone into ServerTimeZone
and then set TimeConversion = FtpDate.UTC
Set the server's timezone into ServerTimeZone
and then set TimeConversion = FtpDate.LocalTime
Also set ClientTimeZone
with the timezone of your machine.
- Auto Connection
- Auto Reconnection
- FTP(S) Connection
- FTP(S) Connection using GnuTLS
- FTPS Proxies
- Custom Servers
- Custom Commands
- v40 Migration Guide