LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   I am completely new and looking for an FTP Server to run on Linux Ubuntu 12.04 LTS (https://www.linuxquestions.org/questions/linux-software-2/i-am-completely-new-and-looking-for-an-ftp-server-to-run-on-linux-ubuntu-12-04-lts-4175434586/)

spaddz 10-29-2012 05:20 AM

I am completely new and looking for an FTP Server to run on Linux Ubuntu 12.04 LTS
 
I think the title says it all, im very new to linux and not much experience, i was just wondering if anybody had any information on which one is the best to use/most secure, or any other useful tips!

Habitual 10-29-2012 06:45 AM

pure-ftpd or wu-ftpd may already be installed.

Try
Code:

man -k ftp
and check the result, if not present, you should be able to install either in short order.

Walk-through here...

spaddz 10-29-2012 06:50 AM

ok, thanks. the command brings up a list of commands that i can use, that means everything is there set up and ready to go. I think that there was an issue with my friend connecting, he said he couldnt 'ping' my computer. Any clues as to what this may be, ive heard that it could be my permissions on my firewall?

In WAYY over my head here, appreciate the reply though.

jsaravana87 10-29-2012 08:15 AM

Quote:

I think that there was an issue with my friend connecting, he said he couldnt 'ping' my computer
If your friend could int reach your system ,Its firewall issue of your side.Check whether you had opened the Port 20 & 21 (vsftp)


#iptables -L ---> check the status of opened ports &whether you had blocked icmp through firewall

Try to install vsftpd in ubuntu .Look after the link

http://www.noob2geek.com/linux/setup...debian-ubuntu/

transient 10-29-2012 08:27 AM

I don't want to go too basic here, but I'm not sure what your level of knowledge of computing/networking is since ping is a fairly basic thing, so apologies if I'm misunderstanding the question.

Pinging your computer means he tried to get your machine to reply to a certain type of request that would tell him (or anyone else) that your computer was online. He can ping either using your IP address or the hostname of your machine. Him not being able to ping your computer could be any number of things, depending on what he's pinging and from where, and how your network is set up. I think we'd need more information to give you any really useful info, like what your computer is sitting behind (cable modem for example), what your network looks like, what your friend is doing to test (if only ping, what is he trying to ping), etc.

Turbocapitalist 10-29-2012 09:37 AM

If you install OpenSSH's server, that will get you SFTP without needing to spend time on configuration. Your distro will have it in the repository. Unlike FTP, SFTP is actually secure. FTP still gets a lot of attention because it is so difficult to set up and is quite insecure. SFTP is the easy, secure way to transfer files.

schneidz 10-29-2012 09:54 AM

in addition to the above 2 posts, if your friend is able to ssh into your pc from their location then you should be all set (scp and sftp use the same default port and encryption protocol as ssh). you will probably need to forward port 22 traffic from your router to your server.

dont use the old, antiquated, deprecated and insecure ftp.


All times are GMT -5. The time now is 02:32 PM.