upload file to ftp after it finished

Discussion of Transmission that doesn't fit in the other categories
Post Reply
Ortix
Posts: 28
Joined: Wed Nov 18, 2009 2:03 am

upload file to ftp after it finished

Post by Ortix »

I previously posted a thread on how to upload a file with plowshare after it's done, but I would also like to know how to offload it with FTP. I think that's a better way for me personally.

The script needs to be able to login into the FTP server and upload the file that just finished downloading.

I found this:http://nixcraft.com/shell-scripting/209 ... erver.html

however i'm not sure what to do with the LOCALD.. do i just put in:

Code: Select all

"$TR_TORRENT_DIR/$TR_TORRENT_NAME"
?
blacke4dawn
Posts: 552
Joined: Sun Dec 13, 2009 10:44 pm

Re: upload file to ftp after it finished

Post by blacke4dawn »

Essentially yes, or replace $LOCALD in the actual command with that.
Post Reply