Change in ftp server result codes
Sorry for posting in the wrong place, I've created it in the IIS forums.
Thanks
October 1st, 2012 6:29pm
Hi all,
I've got a bit of problem with an "upgrade" of a MS IIS FTP server.
There seems to be a difference in the return codes between IIS 6.0 FTP and IIS 7.5 FTP in particular the error code that gets returned when you list a directory with no results.
2003R2x32 IIS 6.0
ftp> dir *.x
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp>
2008R2x64 IIS 7.5
ftp> dir *.x
200 PORT command successful.
550 The system cannot find the file specified.
ftp>
The original server was a Windows 2003 STD R2 x32 with IIS 6.0 and the new server is a clean build Windows 2008 ENT R2 x64 with IIS 7.5.
Normally this should not be a problem but one of our clients has an FTP script that they do not want to alter and would like us to change the return codes back what they are for IIS 6.0
Does any one know how to change the behavior back to the 2003 result codes?
Thanks
Free Windows Admin Tool Kit Click here and download it now
October 1st, 2012 10:50pm
Sorry for posting in the wrong place, I've created it in the IIS forums.
Thanks
Not a problem Richard :)Regards, Santosh
I do not represent the organisation I work for, all the opinions expressed here are my own.
This posting is provided "AS IS" with no warranties or guarantees and confers no rights.
October 1st, 2012 10:58pm
Hi Richard,
IIS forum would be the best place for FTP related queries. I would suggest you to post this question over there.
http://forums.iis.net/
And sorry, posts cannot be moved from Technet to IIS forums.
Thanks
Regards, Santosh
I do not represent the organisation I work for, all the opinions expressed here are my own.
This posting is provided "AS IS" with no warranties or guarantees and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
October 2nd, 2012 1:03am