PDA

View Full Version : [ubuntu] www folder access


maxidrom11
August 8th, 2008, 04:19 AM
How do I set up a www folder so that particular user can have access to it for uploading their web-pages + files with FTP client via my server IP address? :confused:

I have Apache 2 installed

ChumleyEX
August 8th, 2008, 09:20 AM
install an ftp server

sudo apt-get install proftp

windependence
August 8th, 2008, 10:24 AM
http://news.softpedia.com/news/How-to-Install-Vsftpd-in-Ubuntu-45753.shtml

As said above, proftp is good as well.

-Tim

maxidrom11
August 15th, 2008, 10:54 AM
is this a good guide to setup FTP server for users for ubuntu server 8.04???
http://www.howtoforge.com/vsftpd_mysql_debian_etch

windependence
August 15th, 2008, 11:15 AM
Looks like it should work to me.

-Tim

Kolipoki
August 15th, 2008, 02:18 PM
I personally have been using WinSCP (http://winscp.net/eng/index.php) on a Windows box. IMHO it's quite a good secure alternative to FTP. You can transfer files just as any FTP. I do beleive they did a great job with that solution.

Some similar clients are available for Linux/Ubuntu's desktops, but I can't remember their names.

Would be nice to know some of the pros and cons for each solution, meaning FTP vs these SFTP/SCP clients.

K.

windependence
August 15th, 2008, 02:47 PM
Certainly WinSCP would have been my first choice but he specifically wanted ftp. In Linux you can just use SCP from the terminal OR in a graphical environment sftp using drag and drop in Konqueror or Nautilus. It works great.

-Tim

polecat409
August 16th, 2008, 10:18 AM
I personally have been using WinSCP (http://winscp.net/eng/index.php) on a Windows box. IMHO it's quite a good secure alternative to FTP. You can transfer files just as any FTP. I do beleive they did a great job with that solution.

Some similar clients are available for Linux/Ubuntu's desktops, but I can't remember their names.

Would be nice to know some of the pros and cons for each solution, meaning FTP vs these SFTP/SCP clients.

K.

gFTP is a great Linux alternative to WinSCP.

Install OpenSSH on your server, then you can use gFTP to do secure file transfers.

FileZilla is also available for Windows and Linux and supports FTP, SFTP and FTPS, but no SSH support :(

sergie
September 30th, 2008, 06:50 PM
Certainly WinSCP would have been my first choice but he specifically wanted ftp. In Linux you can just use SCP from the terminal OR in a graphical environment sftp using drag and drop in Konqueror or Nautilus. It works great.

-Tim

I thought of getting rid of Windows software last month, I would definitly suggest vsftpd [very secure!]

__________________
PharmacyRX (http://www.pharmacyrx.org/)

Kolipoki
September 30th, 2008, 08:10 PM
...

FileZilla is also available for Windows and Linux and supports FTP, SFTP and FTPS, but no SSH support :(

Actually Filezilla has come a long way. I got curious after reading your post, cuz I noticed recently that Filezilla is using port 22. So went to the site and... tah daaah... it IS supporting SSH in last version: http://filezilla-project.org/client_features.php

Way to go! Thumbs up...