View Single Post
Old 02-20-2006, 06:45 AM  
Jog
Member
 
Join Date: Jul 2003
Posts: 83
Question XMKD Command not understood and Others!

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?
Jog is offline   Reply With Quote