Unraid 6.7.0 broke an LFTP sftp script


Recommended Posts

Hello,

I had a User Script scheduled that would run an LFTP job to connect to an SFTP folder and download/move all of the files from it to the unraid server. Since upgrading to Unraid 6.7.0, the script starts, but it gets stuck at the "Connecting" step and never gets past that nor does it time out. It will run for days if left.

 

Any ideas on where to look? It's nothing fancy.. I was hoping it would be resolved in the next update but same behavior on 6.7.1... Here is the script that is ran:

 

set ssl:verify-certificate no
set sftp:auto-confirm yes
open sftp://(username/password):URL
mirror --Remove-source-files --no-empty-dirs --verbose --use-pget-n=40 -c ~/downloads/done/ /mnt/user/Downloads/
quit

 

Note: on the open command line, I have the real username/password and SFTP url. It worked great prior to 6.7.0

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.