How do I find out or know whether or not an FTP client is enabled or disabled on my Linux machine?
If it is disabled, how do I enable it?
I have a Linux 2.6.9-67.ELsmp
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
For future reference, use: Downvoted, but to be constructive: I assume you mean FTP server and not client. You could try | |||||
feedback
|
|
To enable FTP , just install the package "sshd" . Then you can connect to your server with a SFTP client like Putty or PSFTP. | |||
|
feedback
|