Enter search queries below or use the tag links to the right to browse the knowledge base by category (Show All Tags).
The SENDFILE /ifnewer does not seem to be looking at the time stamp correctly.
This is not necessary a problem with Robo-FTP. When comparing file dates/times you sometimes have to take into consideration time zones.
Of course, the time on your PC is local time. However, the time on the server (even if it is located next door) is not necessarily local time. Many FTP servers use GMT and expect their clients to do the same. This allows servers to accessed from around the world without time zone confusion.
In v1.50.4, you have the /tz option in the SENDFILE and RCVFILE commands to allow for differences in time zones.
In v2.x, there's the TIMEZONE script command.
If this situation applies, you need to determine the difference in hours between you local time and GMT and specify this difference using the /tz option or the TIMEZONE command.
Tags: Sending Files, Robo-FTP Server, Robo-FTP
