Send torrent files from laptop to server, where they will be picked up automagically by rtorrent job scheduling:
alias scptors='pushd /Desktop/ff_dl && scp -r *.torrent user@host:~/ff_dl && rm -f *.torrent && popd'
Send torrent files from laptop to server, where they will be picked up automagically by rtorrent job scheduling:
alias scptors='pushd /Desktop/ff_dl && scp -r *.torrent user@host:~/ff_dl && rm -f *.torrent && popd'