How to use the package `ftpd`?

Asked by Jacob Cross

I ran sudo apt install ftpd and it installed the program but trying to run ftpd in terminal said it's not a bash program and I'm not sure how to host a server using it.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu linux-ftpd Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Ftpd isn't a command. It's a service. You don't run ftpd like you do apt-get.
It's a service you configure and setup and run in the background.

What are you trying to achieve here? What is the goal?

Revision history for this message
Jacob Cross (zeeka-bob) said :
#2

I'm trying to run a FTP server.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

If you are accessing the server via SSH then you already have an SFTP server set up. Just connect to the server on port 22 and use your Ubuntu username and password to log in.

If you must use FTP then this is a decent guide
https://itsyndicate.org/blog/set-up-and-secure-ubuntu-ftp-server/

There are also guides on YouTube. Note that FTP does not have any encryption so I don't suggest you use it over the Web if the data is sensitive

Can you help with this problem?

Provide an answer of your own, or ask Jacob Cross for more information if necessary.

To post a message you must log in.