PDA

View Full Version : FTP Sync with IIS FTP server


eelliston
03-07-2006, 12:27 PM
Is there any reason why I can't do a file sync over FTP when I am posting to an IIS FTP server?

I get this error in Visual Build:

Error setting file timestamp: The specified feature is not supported on this server (Transfer complete.)

Thank you!

kinook
03-07-2006, 01:30 PM
The FTP server must support the SIZE command to retrieve file sizes and the MDTM command to retrieve and set file timestamps in order to perform incremental copying. Otherwise, you'll need to uncheck the 'Copy only files that have changed (incremental copy)' option.

eelliston
05-04-2006, 11:47 AM
Humm...

IIS 6 supports the MDTM command...

ill look @ the logs and see how Visual Build invokes the command and repost...