How to use the package `ftpd`?
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
- Assignee:
- No assignee Edit question
- Last query:
- 2021-01-16
- Last reply:
- 2021-01-16
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?
Jacob Cross (zeeka-bob) said : | #2 |
I'm trying to run a FTP server.
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:/
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.