質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -160,4 +160,22 @@
|
|
160
160
|
pasv_max_port=60010
|
161
161
|
```
|
162
162
|
|
163
|
+
### 追記
|
164
|
+
|
165
|
+
### ftp localhostの実行
|
166
|
+
|
167
|
+
```ここに言語を入力
|
168
|
+
[ryo@server-1 ~]$ ftp localhost
|
169
|
+
Trying ::1...
|
170
|
+
Connected to localhost (::1).
|
171
|
+
220 Welcome to blah FTP service.
|
172
|
+
Name (localhost:ryo): ryo
|
173
|
+
331 Please specify the password.
|
174
|
+
Password:
|
175
|
+
230 Login successful.
|
176
|
+
Remote system type is UNIX.
|
177
|
+
Using binary mode to transfer files.
|
178
|
+
ftp>
|
179
|
+
```
|
180
|
+
|
163
181
|
詳しい方 設定の間違っている所など教えてください。
|