On Wed, 09 Jul 2003 02:38:26 +00, Bastiaan Edelman, PA3FFZ wrote: >>> Glenn McCorkle wrote:
>>> .. > Go for it. ;-) >>> .. > I'll bet a weeks pay check that you can't prove me wrong. > Well, after trying for several hours to get the ftp hetnet site running > from Arachne... I decided to stop trying for the time being. > You made your point Glenn and as we all know M$ and Arachne do not fit. I just did a search with google for..... "microsoft ftp server" (quotes included) This is just one of the many 'hits'. http://www.hiteksoftware.com/mize/Knowledge/articles/010.htm So, this is a known problem with MS FTP server v5 :(( > Spying on the modem signal did give the following results (connected to > the ftp site with Windows Commander). Thank you, thank you, thank you. :) By including this information here in this email. You may have just enabled me to fix this problem. > CONNECT 48000/V42BIS > MB("Welkom bij HetNet") > Microsoft FTP Service (Version 5.0) > Password required for ba8tian [password was entered from keyboard] > 230-Welkom op de FTP-server van Hetnet > #230 User ba8tian logged in ( ^ this is what they are taking about in 'listing style setting') --- clipped from the above URL --- Causes The Microsoft Ftp server default directory listing style is set to MSDOS This causes the Directory listing command to fail, and hence download fails. If the Ftp server default directory listing style is set to Unix, then download works. __________________________________________________ The *REAL* 'FTP standard' does not allow for that '#' symbol to be there. The new 'MS standard' is placing that '#' symbol on some of the lines. (but not all of them) Bastiaan, Would you like to be a 'beta tester' for the fresh compile I have just done of core.exe ???? This is the code I added. --- in ftp.c --- while(buffer[3]=='-' || buffer[4]=='-' || buffer[0]==' ');//continued message! //!!glennmcc: July 9, 2003^^^^^^^^^^^^^^^^ //to compensate for the fact that M$ FTP server is sometimes placing a '#' //symbol in front of the number.... #230- instead of simply 230- ___________________ buffer[number] is referring to the 'offset' from the start of the line. Since MSFTP v5 is adding that '#' symbol... we now need to also look for that dash at offset 4 instead of just 3. If this works the way I hope it does. We should now be able to access MSFTP v5 sites without problems. So Bastiaan, Do you feel like being the first guinea pig to try this baby ??? ;-) -- Glenn http://arachne.cz/ http://www.delorie.com/listserv/mime/ http://www.cisnet.com/glennmcc/ http://www.cisnet.com/glennmcc/aqc/