ncftpputは親ディレクトリを作成しません
複数のディレクトリをFTPサーバーに再帰的にアップロードしようとしています(FTPが唯一の方法です)。 次のような環境があるとしましょう。 孤立: / /remote-files/ /readme.txt ローカル: /my-website.com/ /my-website.com/dir1/file1.txt /my-website.com/dir2/file2.txt 次のコマンドを実行すると: ncftpput -R -v -u "root" -p "root" 149.xxx.xxx.xxx / /my-website.com ...