Created
March 21, 2012 10:29
-
-
Save sigwyg/2146045 to your computer and use it in GitHub Desktop.
:VimFiler ssh にて特定のファイルを上書きしようとするとエラーになる問題
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:VimFiler ssh にて特定のファイルを上書きしようとするとエラーになる問題 | |
=================================================================== | |
* VimShell-sshでは上書きできる | |
* chmod/chownともに上書き可能なファイルと同じ | |
* ファイル名に*が付いている | |
* ファイル名に*が付いていても上書きできるファイルもある | |
* VimFilerの一覧表示時では、ファイル名に*は付いていない(03/19時点。03/16時点では付いていた) | |
* エラー文中のuser, host, path, filenameは諸般の事情につき置換しています | |
## エラー文 | |
Failed command_line "scp -P 22 -q "/var/folders/9U/9UBvIPKxHc8uBwGX20HcOk+++TI/-Tmp-/vthiG3z/288" "[email protected]:/home/www/...path.../filename.cgi*"" | |
scp -P 22 -q "/var/folders/9U/9UBvIPKxHc8uBwGX20HcOk+++TI/-Tmp-/vthiG3z/288" "[email protected]:/home/www/ ...path.../filename.cgi*" | |
Failed file "[email protected]:/home/www/...path.../filename.cgi*" copy : scp: ambiguous target^M^@ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment