- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ftp:connection refused
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2003 06:13 AM
тАО04-09-2003 06:13 AM
ftp:connection refused
I'm trying to ftp from my desktop to a Linux server and it keeps telling me connection refused. I have a feeling that ftp is not turned on my LInux box. What files do I need to change and or how do I start ftp. Any help is greatly appreciated and points will be assigned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2003 06:47 AM
тАО04-09-2003 06:47 AM
Re: ftp:connection refused
Check if anything is listening on port 21. FTP service is often started via inetd, so check if there's ftpd on the box and if there's relevant entry in inetd.conf (or xinetd config files).
Many FTP servers also run in stand-alone mode. Either way, check if any of the FTP servers is installed on the node (rpm -qa|grep -i ftp or dpkg -l '*ftp*' ...)
G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2003 06:50 AM
тАО04-09-2003 06:50 AM
Re: ftp:connection refused
If You use TCP Wrappers to control access, add the following line to the /etc/hosts.allow file:
in.ftpd : ALL
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2003 07:39 AM
тАО04-09-2003 07:39 AM
Re: ftp:connection refused
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2003 07:43 AM
тАО04-09-2003 07:43 AM
Re: ftp:connection refused
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2003 08:10 AM
тАО04-09-2003 08:10 AM
Re: ftp:connection refused
It definitely is on CDs, try ls *ftp*. Otherwise you can always get it from RedHat FTP mirrors.
lftp ftp.redhat.com:/pub/redhat/linux/7.3/en/os/i386/RedHat/RPMS> ls *ftp*
-rw-r--r-- 1 ftp ftp 261700 Apr 17 2002 wu-ftpd-2.6.2-5.i386.rpm
G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2003 08:11 AM
тАО04-09-2003 08:11 AM
Re: ftp:connection refused
http://www.wu-ftpd.org/
or
Depending on your distribution, you can find lots of packages at:
http://rpmseek.com/rpm-pl/wu-ftpd.html?hl=com&cs=wu-ftpd:PN:0:0:0
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2003 08:44 AM
тАО04-09-2003 08:44 AM