Re: [Freedos-user] FTP Server testing needed

2011-09-29 Thread Florian Xaver
Works with Firefox. Bye Flo El Thu Sep 29 15:37:45 2011, Michael B. Brutman escribió: I have made a large round of improvements to the FTP server in mTCP and I am looking for a little testing help with it. If you have a few spare moments over the next day or two just try to connect to it

Re: [Freedos-user] FTP Server testing needed

2011-09-29 Thread Single Stage to Orbit
On Thu, 2011-09-29 at 08:37 -0500, Michael B. Brutman wrote: I have made a large round of improvements to the FTP server in mTCP and I am looking for a little testing help with it. If you have a few spare moments over the next day or two just try to connect to it and browse the file

Re: [Freedos-user] FTP Server testing needed

2011-09-29 Thread David C. Kerber
A quick test with ws_ftp PRO seems to be fine. -Original Message- From: Michael B. Brutman [mailto:mbbrut...@brutman.com] Sent: Thursday, September 29, 2011 9:38 AM To: freedos-user@lists.sourceforge.net Subject: [Freedos-user] FTP Server testing needed I have made a large

Re: [Freedos-user] FTP Server testing needed

2011-09-29 Thread Single Stage to Orbit
On Thu, 2011-09-29 at 16:27 +0200, Robert Riebisch wrote: Single Stage to Orbit wrote: ftp put alex_was_here ^ I guess LFNs are not supported. Works fine for 8.3 files: $ ftp -n -p 96.42.66.188 2021 Connected to 96.42.66.188 (96.42.66.188). 220 mTCP FTP Server ftp

Re: [Freedos-user] FTP Server testing needed

2011-09-29 Thread escape
Works with Filezilla/Linux, lukemftp, ncftp, but fails to retrieve directory listing in Midnight Commander, Krusader and Dolphin - upon connection shows empty filelist. Also I was unable to delete file TEST.TXT uploaded to /INCOMING, despite its rwxrwxrwx permissions, but I suspect this could be

Re: [Freedos-user] FTP Server testing needed

2011-09-29 Thread Michael Brutman
I'll have to install those clients and try them. But it is most likely to be something specific about them. Anonymous users can't delete what they (or anybody else) upload. So that was expected behavior. Mike escape esc...@front.ru wrote: Works with Filezilla/Linux, lukemftp, ncftp, but

Re: [Freedos-user] FTP Server testing needed

2011-09-29 Thread Michael Brutman
It's DOS so the filename was in error, but it should have aborted the data transfer fully. I'll look into that after work - for now stick to 8.3 style filenames. Single Stage to Orbit alex.bu...@munted.org.uk wrote: On Thu, 2011-09-29 at 08:37 -0500, Michael B. Brutman wrote: I have made a

Re: [Freedos-user] FTP Server testing needed

2011-09-29 Thread Michael B. Brutman
Alex, Interesting bug. I thought that this would be an easy catch, but it is more subtle than I thought. I can't recreate it here. Your client sends a PASV command before attempting to put the file, which is the correct behavior. Under normal circumstances that just tells the server to

Re: [Freedos-user] FTP Server testing needed

2011-09-29 Thread Single Stage to Orbit
On Thu, 2011-09-29 at 14:14 -0500, Michael B. Brutman wrote: Interesting bug. I thought that this would be an easy catch, but it is more subtle than I thought. I can't recreate it here. Your client sends a PASV command before attempting to put the file, which is the correct behavior.

Re: [Freedos-user] FTP Server testing needed

2011-09-29 Thread Ulrich Hansen
Hi Michael! I played around with Filezilla and Cyberduck on my Mac. Everything seems to work OK for me. That's really great! Made some test directories and browsed through them. I forgot that DOS directory names are limited to 8 letters, got a 550 Bad path and nearly blamed you for it ;-) I