PDA

View Full Version : XMKD Command not understood and Others!


Jog
02-20-2006, 06:45 AM
if i use Dos Command line FTP Client:

ftp> mkd test
500 'XMKD': Command not understood

If i use QUOTE it works:

ex.

ftp> quote mkd test2
257 "test2" created.
ftp> rmdir test2
500 'XRMD': Command not understood
ftp> quote rmd test2
250 RMD command successful.


Is there a way to use this commands?

Mouton
02-20-2006, 08:02 AM
'Broken' client...
Windows 95 ftp.exe ?

Jog
02-21-2006, 01:19 AM
WinXP ftp.exe client!!!

ioFTPD 5.8.5r without any script

Mouton
02-21-2006, 08:13 PM
Not related to ioFTPD. ftp.exe indeed sends XMKD and XRMD commands instead of MKD and RMD. From what I gathered, other ftp daemon simply created an alias to MKD and RMD.