Search found 2 matches

by richdwest
10 Jan 2014, 14:17
Forum: Scripting and Automation
Topic: copy to FTP server
Replies: 3
Views: 2967

Re: copy to FTP server

Thanks. I am now using an smb server instead and I see others have moved files to network folder this way. Problem Im having is, I need the script to define what username and password to use when it attempts to connect to the share. The server im running - android device with a smb server app that ...
by richdwest
10 Jan 2014, 07:56
Forum: Scripting and Automation
Topic: copy to FTP server
Replies: 3
Views: 2967

copy to FTP server

Im needing help with how to use a FTP login script to copy files to it during the AMC process. At the moment I am using the basic amc script as follows. filebot -script fn:amc --output "/path/to/output" --action copy -non-strict "F:/DLd" --def excludeList=amc.txt I know I need to replace "/path/to ...