Web Hosting Talk







View Full Version : I can't upload files with PLESK


gundi
05-30-2002, 05:13 AM
Please:

I can't upload to a domain with PLESK. I think that i made some wrong.

Any idea, please.

Thanks

Servstra-Sales
05-30-2002, 05:30 AM
Try and see if you can also obtain help from the Plesk forum - http://forum.plesk.com/

AcuNett
05-30-2002, 10:08 AM
Can't really help with the information that you provided us.... What's the error message? Have you waited for DNS to propogate yet?

gundi
05-30-2002, 11:25 AM
Originally posted by AcuNett
Can't really help with the information that you provided us.... What's the error message? Have you waited for DNS to propogate yet?

This is the log of FTP program:

Connecting to: decalidad.com
220 ProFTPD 1.2.4 Server (ProFTPD) [ns.decalidad.com]
USER gnadal
331 Password required for gnadal.
PASS xxxxxxx
230 User xxxxxx logged in. --- I erase the user name
PWD
257 "/" is current directory.
PORT 192,168,200,1,16,13
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for file list.
226 Quotas off
695 bytes received/sent in 0 seconds (3839 Bytes/sec)
CWD error_docs
250 CWD command successful.
PWD
257 "/error_docs" is current directory.
PORT 192,168,200,1,16,16
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for file list.
226 Quotas off
298 bytes received/sent in 0 seconds (1419 Bytes/sec)
TYPE A
200 Type set to A.
PORT 192,168,200,1,16,19
200 PORT command successful.
STOR /error_docs/dominios.htm
550 /error_docs/dominios.htm: Permission denied
550 /error_docs/dominios.htm: Permission denied
PORT 192,168,200,1,16,21
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for file list.
226 Quotas off
298 bytes received/sent in 0 seconds (1482 Bytes/sec)
PORT 192,168,200,1,16,24

AussieHosts
05-30-2002, 12:14 PM
As the site admin you wont have write permissions to the /error_docs folder. What is dominios.htm going to be? A custom error page? If you want apache to drive them, you'll need to get some changes to that domains' vhost.conf file. Or use a .htaccess file with "ErrorDocument 403 /path/403.html" etc etc

Cheers

Gary

Chicken
05-30-2002, 12:54 PM
I haven't created custom error docs on this server yet, though there are fields in the cp for specifying the path to the custom error docs. Look there first.

if you aren't trying to create error docs and are just trying to upload web spages for your site, then upload to the httpdocs folder.

AussieHosts
05-30-2002, 06:53 PM
Originally posted by Chicken
there are fields in the cp for specifying the path to the custom error docs

In Plesk...? Where? :)

Gary

BurtonHost
05-30-2002, 07:10 PM
You can only call the error docs the default apache ones.. which you will probably have to over write.. as you don't have full access to the directory.

e.g. not_found.html etc...

you have to just replace the files that are already there or name the files what they should be exactly for apache to use them.