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.

FTP Help Please

Featured Replies

So I've got my server up and running and everything is good except for the FTP use.

Ive googled, searched the forums and I've just about had it.  I should note this is my first time using a Linux OS. 

 

Anyway, the FTP Server works in the sense that I can connect to it.  Thats about it though.

Once connected I can see my share (VIDEOS).  However, when I go in the folder there is nothing there.  There should be a few folders but I dont see anything. 

 

Setup:  only 1 HD atm (will add several more soon, no parity yet)

          only 1 share atm (more to come)

 

Can someone please tell me or even write up the code i put into 'go.cfg'

 

write now it reads:

 

sleep 30

mkdir -p /var/ftproot/VIDEOS

echo 'anon_umask=0022' >> /etc/vsftpd.conf

echo 'local_root=/var/ftproot' >> /etc/vsftpd.conf

mount --bind  /mnt/root/VIDEOS  /var/ftproot/VIDEOS

 

losing my mind over this

 

  • Author

anyone?

anyone?

what version of unRAID are you running? That will make a difference!

 

But this is probably a permissions issue I would guess as you are probably running on 5.0bX and logging in as root.

 

Root does not have access to files under the new permission in 5.0bX unRAID.  You need to configure vsftpd to allow you to log in as a different user more than likely.

 

I rarely use FTP so can't be much help beyond what I just mentioned.

  • Author

Version: 5.0beta12a

 

  • Author

so i tried what you suggested; created a new user.  I'm still having the same problem though.  I can see my 'videos' folder but its empty.  Any other suggestions from others?

Can the new user make a file? What is the owner and permissions of the created file? Did you give this user permission to access the share in the WebGUI?

  • Author

Can the new user make a file? What is the owner and permissions of the created file? Did you give this user permission to access the share in the WebGUI?

 

Yes, the new user is able to make files.  I can still see the share as Videos but its empty.  I gave it all permissions as well.  I am about to give up and just cut my losses.

 

This will let ftp read files:

chmod -R o+rx /mnt/user/shareName

 

To make things writable change rx to rwx. THIS MAY BE INSECURE. It lets all users have this access. Set up a dropbox if needed.

 

Once you find it works, add the lines to you go file so they will survive a reboot. In order for ftp written files to be included in the version 5 file and security model they must be set as root owner and group and permissions set to rwxrwx.

 

 

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.