Skip to content
View in the app

A better way to browse. Learn more.

Gear Crushers

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Need to FTP?

Featured Replies

  • Moderators

I thought FTP was loaded on my CentOS box.



First let me find the IP Address of my FTP Server


[root@localhost zahco]# /sbin/ifconfig

eth0 Link encap:Ethernet HWaddr 6C:62:6D:CE:0A:47

inet addr:16.1.1.120 Bcast:16.1.1.255 Mask:255.255.255.0





Okay so now I know its 16.1.1.120 so let me try from the same server

[zahco@localhost ~]$ ftp 16.1.1.120

ftp: connect: Connection refused

ftp>



How do I validate ftp service is running?



Could it be a firewall on the ftp server blocking connections (even local)?


I can tell you to check what services are running all you need to do is



ps -Al[b]






(That will list all services running on your system)



ps-Al | grep vsftpd






(That will filter based on certain service)







Also you can check what you have installed



ls /etc/init.d










Typically vsftpd is installed by default so all you need to do is type



/etc/init.d/vsftpd start


Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.