kricker

Members
  • Posts

    785
  • Joined

  • Last visited

Posts posted by kricker

  1. I have been having the connections issues now as well. I have totally started from scratch to experiment. I have found that if I remove the password as stated by @zarkoff it will connect once. If you restart the docker and try to connect again it fails. I then have to re-add the password, start the docker, stop it again, then remove the password, restart the docker then I can connect again. I seem to have to repeat this if the docker ever has to be restarted.

  2. How about the Docker or whatever is placing files in your media location? Maybe it has different permissions/user/group set.

     

    My umask is also set to 000, which I believe is the default.

     

    Mine just updated to 4.3.13 and is working just fine as I just did a set of renaming/moving and meta data adding.

  3. @DrRooo

     

    Have you setup the MasqueradeAddress and Passive ports in your proftp.conf file?

     

    # using a DNS name
    MasqueradeAddress xxxxxx.xxxxx.xxx
    
    # NAT ports should be safe...
    PassivePorts ##### #####

     

    Where xxxxxx.xxxxx.xxx is your DNS name (which you can use DuckDNS to get one if you don't already have a static IP or DNS name)

     

    and ##### ##### are the passive ports used to connect to the FTP server. An exampl would be something like this:

    # using a DNS name
    MasqueradeAddress myserver.duckdns.org
    
    # NAT ports should be safe...
    PassivePorts 50500 50525

     

    Those passive ports then need to be added into your router's port forwarding to go to the local IP of your UnRaid server.

     

    You also need to make sure that port 21 (or whatever you changed it to) also is directed to the UnRaid server within the router's port forwarding.

    • Like 1
  4. Is there any way that accessing the FTP server too much would cause it to restart? When not home I am trying to watch my media files remotely using the FTP server as my access. It seems to work quite well, but on occasion it seems I loose access to the server. It may just be random Internet issues, but would I see anything in logs somewhere?

     

  5.  So connecting to ProFTP with passive mode is flummoxing me yet again and I just can't understand why. I just made a few small edits to my conf file for folder access and things got messed up, so I started from scratch.

     

    I have this in my .conf file:

    # Server Settings
    ServerName              ProFTPd
    ServerType              standalone
    DefaultServer           on
    PidFile                 /var/run/ProFTPd/ProFTPd.pid
    
    
    # using a DNS name
    MasqueradeAddress xxxxxx.duckdns.org
    
    # NAT ports should be safe...
    PassivePorts 60000 65535

     

    When connecting from an FTP application like FileZilla I get this error and it fails to list the directories even though the user was able to log in:

    Quote

    Command:    MLSD
    Error:    The data connection could not be established: ECONNREFUSED - Connection refused by server

     

    I have ports 60000-60005 open on my router. I had to open them each separately as Google's Home app on Android is broken and does not allow entering a range.

     

    I had this same issue in the past and never could figure out how/why it just started working when the configuration is exactly the same.

     

    Oddly enough I can use the site net2ftp.com and can connect to ProFTP without issues.

     

    EDIT:

    Okay. I figured out the issue but I do not know the networking voodoo behind it.

    Since I can only enter one port at a time in my broken Google Home App I only entered from 60000-60005. Once I changed the range in the conf to just be those ports it worked perfectly.

  6. I just bit the bullet and rebuilt the database in the docker version. Having network paths would still be nice though.

     

    Another thing I noticed is that I can not open the path to my movies using the path link under a movie's detail page. It always give an error that it can not open the path. I will on occasion use that to quickly check the folders to make sure there are no errant files laying around and that things were renamed properly.

     

    Screenshot 2022-06-22 184711.jpg

  7. Is there a way to add the paths as network paths such as \\Tower\Movies instead of the local paths? I have TinyMM on my PC and would love to just copy over the database files and settings and start using it in the docker without loosing my current database. On my PC the media source paths were added as a network path.

  8. On 10/28/2021 at 3:17 PM, SlrG said:

    Cool idea. I'll put it on my research list, too. While not accessible through the plugins settings page (and you might already know this), but it's possible to check if there are users connected and what they are doing by calling /usr/local/SlrG-Common/usr/local/bin/ftptop from a shell.

    Awesome to know how to do this!