Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个从 FTP 获取平面文件并将文件加载到数据库中的进程。是的,我能够将所需文件从 FTP 复制到 Unix,但无法在 FTP 服务器中移动文件。
请协助。
谢谢!!
您可以使用rename带有完整路径的 FTP 命令来移动文件。例如
rename
rename /old/path/yourfile.txt /new/path/yourfile.txt
请参阅:http ://www.webcom.com/help/ftp/rename.shtml