我正在尝试将文件夹的内容上传到 ftp 服务器,ncftpput -R -v -u "username" ftp.nixcraft.biz /nixcraft/forum /tmp/phpbb
但我不想创建phpbb
文件夹,我想将其内容上传到forum
文件夹内。
如何在不改变上传文件夹名称的情况下实现这一点?
答案1
ncftpput -R -v -u "username" ftp.nixcraft.biz /nixcraft/forum /tmp/phpbb/*
我正在尝试将文件夹的内容上传到 ftp 服务器,ncftpput -R -v -u "username" ftp.nixcraft.biz /nixcraft/forum /tmp/phpbb
但我不想创建phpbb
文件夹,我想将其内容上传到forum
文件夹内。
如何在不改变上传文件夹名称的情况下实现这一点?
ncftpput -R -v -u "username" ftp.nixcraft.biz /nixcraft/forum /tmp/phpbb/*