1
1

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.

cygwin で ftp がなんか変だと思ったら

Posted at

現象

Cygwin 上で ftp コマンドが動作しない。なぜ?

調査

とりあえずそのコマンドがどこのどいつか確認する。

$ which ftp

/cygdrive/c/windows/system32/ftp とかいう結果が帰ってきたら、言うまでもなく Windows の ftp.exe が呼ばれているので善処する。

原因

  • 私の場合、mintty の起動オプションにログインシェルをつけ忘れてたためだった。
  • ほかにありそうなのは、Cygwin の ftp コマンドが単にインストールされてなかったとか。ちなみに、Cygwin の ftp コマンドは inetutils パッケージに入っている。
1
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?