-
Posted to
IIS7 - Publishing
by
DanMay2000
on
06-18-2009, 1:59 PM
Does anyone know if FTP 7.5 supports compression ? I am looking for something similiar to what Serv-U offers. Serv-U also support upload and download bandwidth throttling on a global and per user basis.
-
Posted to
Publishing
by
DanMay2000
on
03-07-2009, 7:44 AM
Well, the way IIS reports UNIX style timestamps is not consistent with most other Unix FTP servers. IIS drops the date portion of the the timestamp if the year != current year. Most others base the inclusion of the year on a specific time window (say after 6 months or a year). So what you get is, for example, on January 1st all ...
-
Posted to
Publishing
by
DanMay2000
on
01-05-2008, 8:00 PM
Thanks. Where or who do I report the bug to ?
Daniel
-
Posted to
Publishing
by
DanMay2000
on
01-02-2008, 8:27 PM
I have it configured as Unix, but the behavior is the same for DOS.
I tested both, and the results are the same.
I found this, see the last line.
http://forums.fedoraforum.org/showthread.php?t=78755
File Times are Being Displayed as 00:00 or are Non-existent Dates being displayed as 00:00 is a function of UNIX directory listings. ...
-
Posted to
Publishing
by
DanMay2000
on
01-02-2008, 2:57 PM
There is a bug in the FTP server running under IIS 6.0
The FTP server will not include the proper timestamp of a file if the file date year is not equal to the current year. The server drops the time, and only delivers the date. Most Unix servers do this only on a file older than 6 months.
Cmd ...