
To fine-tune some specific settings of FTP & Cloud connection Actions, it is possible to set custom options:
Option | Details |
---|---|
DebugLogPath | To log every aspect of connection session, provide path to log folder. Each connection session creates 2 files—one for client-server requests, and other for debug & support purposes. Syntax example:C:\Debug\My files\logs\ |
AutoReconnectCount | Set the number of times Automation Workshop tries to restore broken connection to the remote server, without causing Task to fail. Default value is 3 . |
TimeDifferenceMinutes | Set remote server time adjustment against UTC time in minutes. |
TimeDifferenceHours | Time adjustment against UTC time in hours. Use only one of available time adjustment options (either hours or minutes). |
Connect to …
Notes
- To disable auto-reconnect, use
AutoReconnectCount 0
setting. - Time difference options are ignored by most SFTP, Amazon S3 and WebDAV servers. They already report all timestamps in UTC.
Example…
- Local PC time is
10:42AM
- UTC time is
07:42AM
- FTP server reports incorrect time
03:42AM
- We set
TimeDifferenceHours
to4
, so FTP server now reports correct UTC time07:42AM
as it was located in GMT timezone
Assistance is here…
If you have any questions, please do not hesitate to contact our support team.