View Single Post
Old 09-16-2010, 03:59 PM  
opcode
Junior Member
 
Join Date: Aug 2009
Posts: 21
Default

I messaged you on LN, i hope i got the right guy :-) Either way, no matter what i do i always get "500 'I': Command not understood" whereas 'I' is always the first letter of the command i enter. E.g.

Code:
220 FTP Server ready.
USER opcode
500 'U': Command not understood
QUIT
500 'Q': Command not understood
I tried the same with ftp.microsoft.com:21 and it worked like a charm

Code:
220 Microsoft FTP Service
USER anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
PASS anon@mail.com
230-Welcome to FTP.MICROSOFT.COM. Also visit http://www.microsoft.com/downloads.
230 User logged in.
QUIT
221 Thank you for using Microsoft products.
So no idea what's broken here
opcode is offline   Reply With Quote