Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have vsFtp up and running on my Redhat 8.0 system. My broadband connection blocks port 21, and even though I can use my router to convert some other port to 21 for the local system, some apps don't seem to work too well with it. Is there a way to run vsFtp on a port other than port 21? I can't find the documentation for vsFtp that lists the various configuration parameters or I would have rtfm
You will need to figure out which port you want to run it on. Then you either need to look up the name assigned to that port in /etc/services or add a line with a name to /etc/services. Then edit /etc/xinetd.d/vsftpd and change "service ftp" to "service nameofportyoupicked". Then restart xinetd with service xinetd restart.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.