ホームディレクトリに .lftprc
というファイル名で、下記の内容の設定ファイルを置くことで、取り急ぎ接続ができるようになりました。この方法が長期的に見て良い設定かどうかはまだ調べていません。
.lftprc
set ssl:check-hostname no
set ssl:verify-certificate no
下記を参考にしました。ありがとうございます。
https://github.com/welaika/wordmove/issues/40
Go to list of users who liked
More than 5 years have passed since last update.
ホームディレクトリに .lftprc
というファイル名で、下記の内容の設定ファイルを置くことで、取り急ぎ接続ができるようになりました。この方法が長期的に見て良い設定かどうかはまだ調べていません。
set ssl:check-hostname no
set ssl:verify-certificate no
下記を参考にしました。ありがとうございます。
https://github.com/welaika/wordmove/issues/40
Register as a new user and use Qiita more conveniently
Go to list of users who liked