Results 1 to 4 of 4
Hello,
A friend set up a linux machine for a website and it has since been handed down to me. In order to connect to it for me to upload ...
- 02-26-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 2
Connecting with FTP not SSH
Hello,
A friend set up a linux machine for a website and it has since been handed down to me. In order to connect to it for me to upload new files I have had to use WinSCP to SSH (or rather I think I SFTP) into the machine.
How could I go about setting it up so that I can just use regular FTP?
Thanks
John
- 02-26-2008 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 18
If you are looking for something you can do "apt-cache search keyword".
With the keyword ftp I get over 300 lines.
I think the one you are looking for is ftpd.
--Japser.
- 02-26-2008 #3
You should know that standard ftp is an incredibly insecure protocol. All passwords and files are sent in cleartext meaning anyone who was interested could see what you're sending/receiving and use that information to compromise your server. Unless you have a really good reason, I would suggest sticking with one of the more secure protocols, whatever that may be (SSH, SFTP, SCP). SFTP or even VSFTP is no more difficult to use than FTP.
- 02-29-2008 #4
The server is better now
I would only recommend FTP for a LAN, it was mentioned in the post above FTP is insecure you may be adding a vulnerability to the server.


Reply With Quote
