Error message.or message.

Hi Stan, well I finally had the time to correct the mistakes that lead to Error 22. Now in the 3RD screen after while installing into the lm folder on the 4th file a X and Error show up. Well below is the code from the window below: What's my mistake?

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 12 of 500 allowed.
220-Local time is now 06:08. Server port: 21.
220-This is a private system - No anonymous login
220 You will be disconnected after 3 minutes of inactivity.
> USER peacehaw
331 User peacehaw OK. Password required
> PASS ***********
230 OK. Current restricted directory is /
> SYST
215 UNIX Type: L8
> PWD
257 "/" is your current location
> CWD Public/
250 OK. Current directory is /Public
> PWD
257 "/Public" is your current location
> PASV
227 Entering Passive Mode (184,168,238,1,196,34)
> TYPE A
200 TYPE is now ASCII
> LIST -al
drwx---rwx 16 Iusr_24894 inetuser 4096 Jun 5 2014 lm
150 Accepted data connection
226-Options: -a -l
226 3 matches total
> CWD /Public/lm/lm
250 OK. Current directory is /Public/lm/lm
> PWD
257 "/Public/lm/lm" is your current location
> PWD
257 "/Public/lm/lm" is your current location
> CWD /Public/lm/lm/html
250 OK. Current directory is /Public/lm/lm/html
> PWD
257 "/Public/lm/lm/html" is your current location
> PWD
257 "/Public/lm/lm/html" is your current location
> TYPE I
200 TYPE is now 8-bit binary
> SIZE index.html
213 733
> PASV
227 Entering Passive Mode (184,168,238,1,196,100)
> TYPE A
200 TYPE is now ASCII
> STOR index.html
150 Accepted data connection
226-File successfully transferred
226 0.314 seconds (measured here), 2.28 Kbytes per second
> TYPE I
200 TYPE is now 8-bit binary
> SIZE subscribe_auto_multiple.php
213 10977
> PASV
227 Entering Passive Mode (184,168,238,1,198,197)
> STOR subscribe_auto_multiple.php
150 Accepted data connection
226-File successfully transferred
226 0.310 seconds (measured here), 34.54 Kbytes per second
> TYPE I
200 TYPE is now 8-bit binary
> SIZE subscribe_auto_single.php
213 10053
> PASV
227 Entering Passive Mode (184,168,238,1,198,224)
> STOR subscribe_auto_single.php
150 Accepted data connection
226-File successfully transferred
226 0.297 seconds (measured here), 33.44 Kbytes per second
> TYPE I

Jim G :(
 
Top