Koozali.org: home of the SME Server

[ANNOUNCE] New contrib smeserver-phpwebftp

Offline jpl

  • *
  • 112
  • +0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #15 on: June 06, 2008, 08:39:11 PM »
Yes, it seems there is a bug. Thanks for pointing it. Please raise a bug about it in the bugtrack.

I think the problem is that the directory /home/httpd/html/webftp/tmp should bee owned by www.www and is owned by root.root

Try to change it and tell me if it is ok.


Offline Bud

  • *
  • 487
  • +0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #16 on: June 07, 2008, 06:16:05 AM »
Thanks jpl for the Info

How do I change the Ownership (Group and Owner) and user rights of the Folder "tmp" to www.www

I have tried WinSCP but the Tabs to change the group and owner options are not available.

Sorry for the noob question  8)

Offline jpl

  • *
  • 112
  • +0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #17 on: June 07, 2008, 10:54:21 AM »
You must log as root on the server via the console or with a ssh client and type the command :

chown www.www /home/httpd/html/webftp/tmp

Offline Bud

  • *
  • 487
  • +0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #18 on: June 07, 2008, 11:41:21 AM »
That's what I'm Talking about Man.

Thanks jpl that did the Trick.

Long Live SME Server  :lol:

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #19 on: June 08, 2008, 04:53:51 AM »


I have tried WinSCP but the Tabs to change the group and owner options are not available.



Use the SCP protocol in WinSCP not the sFTP protocol.


 
Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #20 on: June 08, 2008, 04:57:03 AM »
[Duplicate Post Deleted]

hmmm...   Upstream proxy error....


« Last Edit: June 08, 2008, 05:01:31 AM by william_syd »
Regards,
William

IF I give advise.. It's only if it was me....

Offline Bud

  • *
  • 487
  • +0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #21 on: June 08, 2008, 09:21:57 AM »
Thanks for all the Help guys including the tip on WinSCP

Do you know of a Windowz app that I can use to Backup File(s) to the phpWebFTP Server on a scheduled basis. I have tried some apps but it seems that there is a rights issue coping files. The apps can login to the phpWebFTP Server but cannot seem to copy any files.

Any help greatly appreciated  :smile:

Offline shawnbishop

  • *****
  • 298
  • +0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #22 on: November 21, 2008, 12:39:52 PM »
Good Day

I have installed phpwebftp, on 7.3, when accessing the FTP Folders via Filezilla or similiar FTP programme my default directory is

/home/e-smith/files/users/username/home/

as per the remote access settings etc...this is the way it should work

via webftp I access the following directory path using the same username and password

/home/e-smith/files/users/supportdsa/

So users think files have gone missing...then worst of all, I can browse all the way back to the

/home/e-smith/files/

directory...??

How do I prevent webftp from doing this??

Cheers

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #23 on: November 21, 2008, 11:07:30 PM »
Bud, please report any problems with contribs to the bug tracker.

Offline AaronW

  • *
  • 5
  • +0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #24 on: February 08, 2010, 04:39:26 AM »
Hi Guys Please Help

I installed the Latest phpWebFTP on my SME 7.3 Server and all seems well.
I Logged in and Created a Folder then Uploaded some Files.
All went well

My Problem is when I choose to DOWNLOAD an Uploaded File I get a page "Error downloading file"

Please Help  :P

I am having the same issue, however I am able to upload OK!

Yes, it seems there is a bug. Thanks for pointing it. Please raise a bug about it in the bugtrack.

I think the problem is that the directory /home/httpd/html/webftp/tmp should bee owned by www.www and is owned by root.root

Try to change it and tell me if it is ok.



I have done this and had no success, problem still exists.

Please Help?!!

mike.walsh@walshware.com

Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #25 on: March 02, 2010, 09:37:16 PM »
Try this:

Login as root, then enter:

chmod 740 /home/httpd/html/webftp/tmp


Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #27 on: March 03, 2010, 04:45:19 AM »
What you require must be made via proftpd configuration on the SME server.

smeserver-phpwebftp is just a frontend to do REAL ftp.

I don't understand the point of it then - every user has access to a real local ftp client (and has the browser anyway). What does phpwebftp add?

Offline AaronW

  • *
  • 5
  • +0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
« Reply #28 on: March 04, 2010, 12:30:16 PM »
Try this:

Login as root, then enter:

chmod 740 /home/httpd/html/webftp/tmp


Yep, Seems to have fixed it. Thanks