質問編集履歴
1
FTPのURIを例示ドメインに変更しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
|
7
7
|
```C#
|
8
|
-
Uri u = new Uri("ftp://
|
8
|
+
Uri u = new Uri("ftp://example0.co.jp/");
|
9
9
|
|
10
10
|
System.Net.FtpWebRequest ftpReq = (System.Net.FtpWebRequest)
|
11
11
|
System.Net.WebRequest.Create(u);
|