質問するログイン新規登録

質問編集履歴

1

FTPのURIを例示ドメインに変更しました。

2021/06/01 01:13

投稿

ohno1011
ohno1011

スコア14

title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
  ```C#
8
- Uri u = new Uri("ftp://FtpServerTest/");
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);