Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: TheBigBlueMan on June 20, 2007, 07:26:44 AM

Title: FTP upload problem
Post by: TheBigBlueMan on June 20, 2007, 07:26:44 AM
Hi,

I've just updated from a 6.x version to 7.1.3 and I've got a big problem.

I use Dreamweaver as the FTP-klient. I can download from the server but when I try to upload a file I got this reply:

Connected to Green Way.
ibays\Primary\html\afstemning.php - error occurred - An FTP error occurred - cannot put afstemning.php.  Access Denied.  The file may not exist, or there could be a permission problem.

File activity incomplete. 1 file(s) or folder(s) were not completed.

Files with errors: 1
ibays\Primary\html\afstemning.php


I've tried to use FileZilla but I get the same message!

Best regards
Lars
Can anybody help me
Title: FTP upload problem
Post by: mmccarn on June 20, 2007, 01:58:01 PM
all of the files in my Primary ibay look like this:
Code: [Select]
ls -l
total 12
drwxr-s---  2 admin shared 4096 Apr  8 09:17 cgi-bin
drwxr-s---  2 admin shared 4096 Apr  8 09:17 files
drwxr-s---  2 admin shared 4096 Jun 20 07:52 html


I *can* ftp to "/ibays/Primary/html" if I login as admin.

If your ownership doesn't look like mine you could fix it using:
Code: [Select]
cd /home/e-smith/files/ibays/Primary
chown -R admin:shared *
Title: FTP upload problem
Post by: TheBigBlueMan on June 20, 2007, 05:42:51 PM
I have the same right but I still get this message above!
Title: FTP upload problem
Post by: CharlieBrady on June 20, 2007, 07:43:13 PM
Quote from: "TheBigBlueMan"
I have the same right but I still get this message above!


Are you logging in as 'admin'? Are you logging in from the local network?
Title: FTP upload problem
Post by: TheBigBlueMan on June 20, 2007, 08:18:05 PM
I have reinstalled Dreamweaver and that solved the problem...!

Thanks for your time!

Best regards
Lars