- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Looking for a ftp server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 05:47 AM
10-30-2005 05:47 AM
I'm running Mandriva 2006. I would like to find a ftp server which allows me to use symoblic links. I could use a patch for ProFTPD but it needs to recompile, and I want to keep the RPM solution for easy updates.
I don't know what of the followings can support symlinks :
pure-ftpd
vsftpd
wu-ftpd
Does someone have an idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 06:50 AM
10-30-2005 06:50 AM
SolutionI just ftp'd to my RH ES 4.0 server with vsftpd and symbolic links ln -s created were followed.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 08:39 AM
10-30-2005 08:39 AM
Re: Looking for a ftp server
I don't want to give access to the entire filesystem, only /mnt/share/ and /mnt/anothermountpoint/anothershare/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 06:58 PM
10-30-2005 06:58 PM
Re: Looking for a ftp server
using /usr/share as chroot
using /usr/share/share_data for shared data
using /usr/share/username for each user and put symlinks here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 07:43 PM
10-30-2005 07:43 PM
Re: Looking for a ftp server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 11:17 PM
10-30-2005 11:17 PM
Re: Looking for a ftp server
you can do it using standart unix file ownership/permission.
For example, if root is owner of /usr/share/confidential and this directory has
drwx------
permission, only root will be able to read it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 11:25 PM
10-30-2005 11:25 PM
Re: Looking for a ftp server
So I will try another solution : I will use Qemu or VMware to install a linux ftp server. Then, I will use Samba to mount shares on the emulated OS. So I will be able to chroot users into /mnt and mount all the datas in /mnt/data, /mnt/otherdatas and so on.
Thanks a lot for your help !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 11:28 PM
10-30-2005 11:28 PM
Re: Looking for a ftp server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 11:32 PM
10-30-2005 11:32 PM