これを私のサーバーにアップロードしたいと思います。
curl -u ****:**** -T - sftp://*****.com:22/apps/jboss-5.1.0/server/fab_server/deploy -v -k
問題は、次のエラーが発生することです。
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to ****.com port 22 (#0)
* Trying ****...
* Connected to ****.com (****) port 22 (#0)
* SSH MD5 fingerprint: ****
* SSH authentication methods available: publickey,password,keyboard-interactive
* Using ssh public key file /home/****/.ssh/id_dsa.pub
* Using ssh private key file /home/****/.ssh/id_dsa
* SSH public key authentication failed: Unable to open public key file
* Initialized password authentication
* Authentication complete
* Upload failed: Operation failed (4/-31)
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Connection #0 to host ****.com left intact
curl: (79) Upload failed: Operation failed (4/-31)
誰もが問題を解決する方法を知っていますか?
ベストアンサー1
問題を解決しました。宛先ファイル名を指定する必要がありました。