Guest User

Untitled

a guest
Nov 7th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. wget --user=<USER> --password=<PASS> "ftp://<DOMAIN>/日本語ファイル.txt"
  2.  
  3. << 日本語ファイル.txt: そのようなファイルやディレクトリはありません
  4.  
  5. wget --user=<USER> --password=<PASS> --no-remove-listing "ftp://<DOMAIN>"
  6.  
  7. wget --user=<USER> --password=<PASS> --no-remove-listing "`echo ftp://<DOMAIN>日本語ファイル.txt | nkf -s`"
Add Comment
Please, Sign In to add comment