Search found 2 matches

by Jack777
Fri Jul 22, 2011 1:55 pm
Forum: Client - Miscellaneous
Topic: Setting File Modification Times Without Using MDTM
Replies: 4
Views: 18318

site utime file.txt 20090909090909 20090909090909 20090909090909 UTC is what it would look like in QUOTE. I could get the current datetime like: SET FILE1=DRIVE:\PATH\FILENAME FOR %%i IN (%FILE1%) DO SET DATE1=%%~ti SET UTIME-YEAR=%DATE1:~6,4% SET UTIME-MONTH=%DATE1:~0,2% SET UTIME-DAY=%DATE1:~3,2% ...
by Jack777
Tue Jul 19, 2011 2:46 pm
Forum: Client - Miscellaneous
Topic: Setting File Modification Times Without Using MDTM
Replies: 4
Views: 18318

Bump

Hello, Just wondering if the UTIME / MFMT commands are now supported by CoreFTP through the command line. I was able to send a Quote command to set the UTIME for a file using the GUI(it updated the datetime accordingly on the ftp site), however am not sure how to do the same from the command line. A...