12 2012 档案

摘要:在Linux中,可以利用stat()函数来获取一个文件的状态#include #include int stat(const char *file_name, struct stat *buf);这个函数执行成功... 阅读全文
posted @ 2012-12-11 12:42 simmerlee 阅读(180) 评论(0) 推荐(0)
摘要:用vsftpd搭建了一个FTP服务器,用Ubuntu的终端用ftp命令访问这个服务器,在使用ls等命令时,会出现错误信息ftp> ls500 Illegal PORT command.我搜索了一下相关资料,是被动... 阅读全文
posted @ 2012-12-07 13:26 simmerlee 阅读(447) 评论(0) 推荐(0)