You are not logged in.
In windows there was filezilla server, really easy and fast to use for ftp data shareing. I don't get it why in linux there's only the client option and what alternatives do I have beside vsftpd, I'm looking for something a bit faster to configure than playing "all the day" with config files.
Thanks in advance
Last edited by I'mGeorge (2011-04-13 18:21:30)
I've first installed Arch in March
Offline
agreed, I've just set it up in about 2 mins (that includes reading wiki and installation). Don't know if there's any gui for that, if that's what you find easy to setup. Anyway, virtual users are also very easy to setup via wiki, and not all options are listed in config file, you probably want to look at official wiki.
Last edited by BlackArts (2011-04-11 21:35:10)
Offline
Part of the reason is that the security model of Linux usually disallows users from opening any of the well know port numbers below 1023 (inclusive). It can pretty much be assumed that ports in that range belong to the system. Also, In my opinion, GUI applications tend to be hard to secure and represent a potential point of attack. As such they should not have any more privileges than necessary -- especially if they open public TCP ports.
One thing you may want to consider. If you have an ssh server running on your box already, Why not just use a SFTP client (GUI or CLI) to talk to the existing ssh server. You can restrict it, require passwords, require keys, etc...
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
okey, as I've looked more into vsftpd config file I've realized I kinda misjudged it. It's really easy to use and flexible too. I can view the shared files using firefox , chromium and it works well with filezilla client. In the future I have to find a complete config file for vsftpd with all the possible options, so I could set up a permanent secure ftp server.
I have to say you never know until you really try it
Thanks for your time
Last edited by I'mGeorge (2011-04-12 11:09:27)
I've first installed Arch in March
Offline
By the way how can I use a name like my_ftp_serv.org instead of the IP address using vsftpd
Last edited by I'mGeorge (2011-04-12 18:21:40)
I've first installed Arch in March
Offline
By the way how can I use a name like my_ftp_serv.org instead of the IP address using vsftpd
You can sign up at dyndns.com. You can then install a client (I use ddclient; although there are others as well) and you will have a dynamic TLD name. I use DynDNS's services to connect to all of the machines I admin for friends/ family/ neighbours.
Offline
I'mGeorge wrote:By the way how can I use a name like my_ftp_serv.org instead of the IP address using vsftpd
You can sign up at dyndns.com. You can then install a client (I use ddclient; although there are others as well) and you will have a dynamic TLD name. I use DynDNS's services to connect to all of the machines I admin for friends/ family/ neighbours.
thanks for the hint man. Now I finally have a serious address for my ftp server.
You rock
Last edited by I'mGeorge (2011-04-14 06:24:00)
I've first installed Arch in March
Offline