Jump to content

FTP -> denied


Recommended Posts

no, definitely, it's strictly related to the filesystem on your server.

you're trying to upload files to new directory ? or just overwriting existing files?

if second - this may be the problem, try to change chmod recursively for all files and directories (for test purposes - to 777)

Link to comment
Share on other sites

Sadly I tried that... It doesn't work..

 

 

I'm trying to overwrite but uploading new files to the FTP also result in errors.

 

error when trying to change chmod:

Status:	Rechten verzetten van '/httpdocs/modules/paypal/paypal.php' naar '777'
Commando:	SITE CHMOD 777 paypal.php
Antwoord:	550 CHMOD 777 paypal.php: Operation not permitted

error when trying to upload a new file to the ftp:

Status:	Server ondersteunt alleen ASCII tekens.
Status:	Verbonden
Status:	Upload starten van C:\Users\Smucked\Desktop\paypala.php
Commando:	CWD /httpdocs/modules/paypal
Antwoord:	250 CWD command successful
Commando:	TYPE A
Antwoord:	200 Type set to A
Commando:	PASV
Antwoord:	227 Entering Passive Mode (87,195,79,21,216,111).
Commando:	STOR paypala.php
Antwoord:	550 paypala.php: Permission denied
Fout:	Fatale bestandsoverdrachtsfout

error when trying to overwrite a file to the ftp:

Status:	Upload starten van C:\Users\Smucked\Desktop\paypal.php
Commando:	PASV
Antwoord:	227 Entering Passive Mode (87,195,79,21,205,117).
Commando:	STOR paypal.php
Antwoord:	550 paypal.php: Permission denied
Fout:	Fatale bestandsoverdrachtsfout

The paypal module is just an example. There are many more files that are giving the exact same errors...

Link to comment
Share on other sites

×
×
  • Create New...