1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ftp://user:pass@hostname にcliからアクセスする

Last updated at Posted at 2015-10-28

ftp://user:pass@hostname でアクセス

  • xubuntuに最初から入っているftpコマンドだと以下方法では接続ができなかった。
    • ftp; open hostname; user; pass; で接続できるがコピペの回数を減らしたかった。
接続できない
ftp ftp://user:pass@hostname

lftpならできた。

接続できた
lftp ftp://user:pass@hostname

Fatal error: Certificate verification: Not trusted

SSLをoff
set ftp:ssl-allow off

これで転送できるようになった。

転送

mputs *.zip
dir
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?