acces denied

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
allstarr
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Dec 08, 2013 10:59 am

acces denied

Post by allstarr »

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
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: acces denied

Post by Edge100x »

Are you certain that this is a valid folder?

Make sure that you switch passive mode on in the FTP client, as well.
Post Reply