質問編集履歴

1

Test-NetConnectionの結果を追記しました。

2021/08/11 10:31

投稿

a-chan0000
a-chan0000

スコア15

test CHANGED
File without changes
test CHANGED
@@ -182,6 +182,38 @@
182
182
 
183
183
 
184
184
 
185
+ Power shellだと以下のようになりました。
186
+
187
+
188
+
189
+ ```power shell
190
+
191
+
192
+
193
+ > Test-NetConnection 15X.XXX.XXX.XXX -Port 21 >>
194
+
195
+ ComputerName : 15X.XXX.XXX.XXX
196
+
197
+ RemoteAddress : 15X.XXX.XXX.XXX
198
+
199
+ RemotePort : 21
200
+
201
+ InterfaceAlias : Wi-Fi
202
+
203
+ SourceAddress : 192.168.XXX.XXX
204
+
205
+ TcpTestSucceeded : True
206
+
207
+
208
+
209
+
210
+
211
+ ```
212
+
213
+
214
+
215
+
216
+
185
217
  FTPクライアントソフト(FFFTP、FileZilla)でもPASVモードに設定しても同様のエラーとなります。WindowsDeffenderやFirewallあたりの設定によるものだと思うのですがうまくいきません。
186
218
 
187
219
  それぞれのクライアントアプリケーションからの設定は許可しているつもりです・・・。