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?
|