utku
hello,
recently I began to use smartftp for its nice interface, ssl capability and support for commands like mdtm, mlst, etc. in fact I was interested in keeping my file dates on upload and download.
download works fine. however while uploading I have some timezone problem. I'm at GMT+2 and using gene6 ftp server. whenever I upload a file its time is set to 2 hours after its modification time.
with some examination I detected that smart ftp is sending the exact time of the file with the MDTM command. example:
when I upload a file with modification date 00:15 at 29.11.2004 the MDTM command is
MDTM 20041129001515 Todo.txt
however MDTM standart ( well it is not a standart yet, a de-facto standart maybe in fact it's what most servers support ) says that the time information whould be sent with conversion to UTC. which means the correct MDTM command should be
MDTM 20041128221515 Todo.txt
I've been working on this issue for a week. still I'm sorry if it is the result of a configuration error of mine. however it seems to me that it is a bug. even if it is not a bug there is no guide to user to make the configuration to have the desired result.
thanks in advance.
recently I began to use smartftp for its nice interface, ssl capability and support for commands like mdtm, mlst, etc. in fact I was interested in keeping my file dates on upload and download.
download works fine. however while uploading I have some timezone problem. I'm at GMT+2 and using gene6 ftp server. whenever I upload a file its time is set to 2 hours after its modification time.
with some examination I detected that smart ftp is sending the exact time of the file with the MDTM command. example:
when I upload a file with modification date 00:15 at 29.11.2004 the MDTM command is
MDTM 20041129001515 Todo.txt
however MDTM standart ( well it is not a standart yet, a de-facto standart maybe in fact it's what most servers support ) says that the time information whould be sent with conversion to UTC. which means the correct MDTM command should be
MDTM 20041128221515 Todo.txt
I've been working on this issue for a week. still I'm sorry if it is the result of a configuration error of mine. however it seems to me that it is a bug. even if it is not a bug there is no guide to user to make the configuration to have the desired result.
thanks in advance.