Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

IIS 10.0 で FTP サーバーを構築する

0
Posted at

はじめに

備忘録です。IIS 10.0 で FTP サーバーを構築します。

環境

構築方法

サーバーマネージャーから「役割と機能の追加」をクリックします。

次へ進みます。

「役割ベースまたは機能ベースのインストール」が選択されていることを確認し、次へ進みます。

次へ進みます。

「Web サーバー (IIS)」を選択します。

ポップアップが表示されますので、機能の追加をクリックします。

「Web サーバー (IIS)」を選択されていることを確認し、次へ進みます。

次へ進みます。

次へ進みます。

「FTP サービス」と「IIS 管理コンソール」を選択します。

インストールをクリックします。

しばらく待ちます。

完了したら、閉じるをクリックして終了します。

C ドライブ直下に FTP で使用するフォルダを作成します。

C:\FTP\Root

IIS マネージャーからサイトを右クリックし「FTP サイトの追加...」を選択します。

設定します。FTP サイト名は何でも大丈夫です。

今回は FTP のため SSL 証明は使用しません。

認証もガバガバで設定して、終了します。

動作確認

WinSCP から接続してみます。

成功しました。

おわりに

実際は SFTP でアクセス権限もセキュアに設計する必要があります。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?