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