#1
|
|||
|
|||
FTP Sync with IIS FTP server
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! |
#2
|
|||
|
|||
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.
|
#3
|
|||
|
|||
MDTM Command
Humm...
IIS 6 supports the MDTM command... ill look @ the logs and see how Visual Build invokes the command and repost... |
|
|