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/output" with an instruction of the location and login details of the ftp server, but unsure how.
Please could someone assist me. Its a local FTP server with username and password.
Thanks.
richd
copy to FTP server
Re: copy to FTP server
Sorry, that's not supported, you can only use the local filesystem. I recommend just copying to a temporary location and then syncing everything to your ftp either with filebot scripts or other ftp tools of your choice.
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 only support logins with a guest account.
I would have thought that what im attempting would have been tried already since android media centre device are becoming quite popular. maybe this thread will help others if I get it right.
Thanks.
I would have thought that what im attempting would have been tried already since android media centre device are becoming quite popular. maybe this thread will help others if I get it right.
Thanks.
Re: copy to FTP server
Not sure if you're talking Windows, Linux or Mac, but in any case there should be a way to mount the the FTP/SMB shares as local drives or folders making things appear as if they are local files.
If you have any cmdline tools that you can use to upload things then you can play with doing your own upload + delete script for post-processing:
If you have any cmdline tools that you can use to upload things then you can play with doing your own upload + delete script for post-processing:
--def exec=touch "{file}" Run program on newly processed files