Page 2 of 2

Re: [PP-Script] Transfer downl. Files to another Server/Folder

Posted: 09 Feb 2020, 17:25
by dypml
windows equivalent??

Re: [PP-Script] Transfer downl. Files to another Server/Folder

Posted: 05 Sep 2020, 13:36
by Merlincool
There is no GitHub page.

Re: [PP-Script] Transfer downl. Files to another Server/Folder

Posted: 21 Apr 2021, 17:00
by Merlincool
sshpass -p '$NZBPO_Password' this doesn't work

instead

sshpass -p 'my_real_password' works

Re: [PP-Script] Transfer downl. Files to another Server/Folder

Posted: 21 Apr 2022, 18:33
by Merlincool
ProfDrLuigi wrote:
24 Apr 2017, 12:03
Hey folx.

I wrote a little Bash-Script to transfer downloaded Stuff to another Server / Local Folder. Perhaps someone want to use it. Its configurable via NZBGet GUI. If you have ideas .... don't hesitate to tell me. :D

To-Do
- SSH Password authentication -> done
- FTP support for local Servers -> done
- Your Ideas

Visit me on Github for more Scripts.

https://github.com/ProfDrLuigi/nzbget-scripts

EDIT:
Fixed error in Script.
There is no flexibility on destination folder. Like depending upon Categories like Movies or series. Respective categories stuff should get transferred to remote folders in respective places. Like Movies Categories should transfer data to Movies folder on remote server and Series into tvshows, so on and so forth.