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.

Need to use parenthesis () for FTP address!?

Featured Replies

I'm following one of the great SpaceInvaders videos to set up my Unraid server to retrieve a keyfile off of a local ftp server. I'm using an old TP-Link C50 V2 that has a USB 2.0 port as the server. The problem is when you set up any file, folder, or even the whole volume to be accessed, the router adds the drive name in parenthesis. For example, 

 

Ftp://192.168.2.6:2219/volume1(sda1)/keyfile

 

From googleing, there is no way to stop the router from placing the (sda1) however if you where using smb on windows you could just ignore it and the path works. When using ftp,if I ignore it then it can't be found.

When I use the following code, I get the respective reply.... 

 

wget --user=myusername --password=mypassword ftp://192.168.2.6:2219/volume1(sda1)/keyfile -0 /root/keyfile

 

-bash: syntax error near unexpected token `('

 

Any ideas what to try? I'm horrible with terminal and coding. 

Hey, you could try something like (adding quotes):

 

wget --user=myusername --password=mypassword "ftp://192.168.2.6:2219/volume1(sda1)/keyfile" -0 /root/keyfile

  • Author
47 minutes ago, heyper said:

Hey, you could try something like (adding quotes):

 

wget --user=myusername --password=mypassword "ftp://192.168.2.6:2219/volume1(sda1)/keyfile" -0 /root/keyfile

That was simple. I used ' as I was already using for the password. Assume ' and " are the same for this purpose though? 

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.