环境:vxworks5.5
本人在pc机的dos命令行模式下试图通过ftp在vxsim下创建目录,但失败
其他命令如文件拷贝等均正常
翻以前的帖子好像有说用新的ftpdLib.c升级的
但具体怎样操作,请各位大侠赐教,愁!
[em06][em06]Tornado2.2的FTPD是一个不太好的版本,而且不支持大部分图形界面的FTP Client。
只支持下面的命令:
HELP | - List supported commands. USER | - Verify user name. PASS | - Verify password for the user. QUIT | - Quit the session. LIST | - List out contents of a directory. NLST | - List directory contents using a concise format. RETR | - Retrieve a file. STOR | - Store a file. CWD | - Change working directory. TYPE | - Change the data representation type. PORT | - Change the port number. PWD | - Get the name of current working directory. STRU | - Change file structure settings. MODE | - Change file transfer mode. ALLO | - Reserver sufficient storage. ACCT | - Identify the user's account. PASV | - Make the server listen on a port for data connection. NOOP | - Do nothing. DELE | - Delete a file
所以,不能新建目录!