A script is trying to get files from website but acces is denied.
Host "c-31-186-250-120.internap-frankfurt.nfoservers.com(31.186.250.120):21"
Local OS : UNIX
Using PHP's socket extension
Creating socket
Connecting to "x1.18x.25x.1x0:21"
Connected to remote host "c-x1-186-x50-1x0.internap-frankfurt.nfoservers.com:21". Waiting for greeting.
GET < 220 NuclearFallout FTP server ready.
PUT > USER xxx
GET < 331 User name received, need password.
PUT > PASS xxxx
GET < 230 Ok
Authentication succeeded
PUT > REST 100
GET < 350 Requested file action pending further information.
This server can resume broken uploads/downloads
Transfer type: binary
Passive mode off
PUT > PWD
GET < 257 "/" is working directory.
PUT > CWD /Utstats/logs
GET < 550 Access denied
PUT > QUIT
GET < 221 Goodbye.
Session finished
Socket closed
acces denied
-
- New to forums
- Posts: 2
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sun Dec 08, 2013 10:59 am
Re: acces denied
Are you certain that this is a valid folder?
Make sure that you switch passive mode on in the FTP client, as well.
Make sure that you switch passive mode on in the FTP client, as well.