質問編集履歴

1

追記

2018/03/22 07:07

投稿

ryo-dev
ryo-dev

スコア437

test CHANGED
File without changes
test CHANGED
@@ -322,4 +322,40 @@
322
322
 
323
323
 
324
324
 
325
+ ### 追記
326
+
327
+
328
+
329
+ ### ftp localhostの実行
330
+
331
+
332
+
333
+ ```ここに言語を入力
334
+
335
+ [ryo@server-1 ~]$ ftp localhost
336
+
337
+ Trying ::1...
338
+
339
+ Connected to localhost (::1).
340
+
341
+ 220 Welcome to blah FTP service.
342
+
343
+ Name (localhost:ryo): ryo
344
+
345
+ 331 Please specify the password.
346
+
347
+ Password:
348
+
349
+ 230 Login successful.
350
+
351
+ Remote system type is UNIX.
352
+
353
+ Using binary mode to transfer files.
354
+
355
+ ftp>
356
+
357
+ ```
358
+
359
+
360
+
325
361
  詳しい方 設定の間違っている所など教えてください。