Skip to content
View in the app

A better way to browse. Learn more.

Unraid

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.

disable ftp server in rc11

Featured Replies

How do I disable the internal ftp server?

 

Am attempting to get Xampp installed - (so far so good!) but the internal ftp server conflicts with the xampp ver (yes I can change xampps port - which will prob happen) - but am curious as how to

 

Thanks

Myk

 

Look in /etc/inetd.conf. This file needs to be edited or replaced and then inetd restarted by the go file.

How do I disable the internal ftp server?

 

Am attempting to get Xampp installed - (so far so good!) but the internal ftp server conflicts with the xampp ver (yes I can change xampps port - which will prob happen) - but am curious as how to

 

Thanks

Myk

Running these two commands will stop the built in ftp

sed -i -e "s/^ftp/##ftp/" /etc/inetd.conf

/etc/rc.d/rc.inetd restart

 

The first will use the stream editor command "sed" to comment out the "ftp" entry in inetd.conf by adding a "#" to the front of the line.

The second will re-start inetd and have it re-read the inetd.conf file.

 

You can put those commands at the end of your config/go script.

  • Author

Thank you much guys...

 

Myk

 

Archived

This topic is now archived and is closed to further replies.

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.