Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Just 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.

  3. #3
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    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.

  4. #4
    Just Joined! ls354's Avatar
    Join Date
    May 2006
    Location
    Cloud 9
    Posts
    97

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •