ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Unfinished Requests

UNFINISHED: Upload files listed in text file

(1/3) > >>

schnarkle:
I've tried tons of different google searches but I can't find anyone that's tried this so here goes.

I would like a script that would read a text/xml file with content like this:

123.jpg
234.jpg
555.jpg
aaa.jpg
atr.jpg
etc.jpg

and upload via FTP the listed files from a set folder.
Possible?   ;)

MilesAhead:
Sounds like somthing you could do with Windows command line FTP

http://www.nsftools.com/tips/MSFTP.htm

I've checked a couple of the Gui type ftp like FileZilla that I use, and they are designed mainly to drag & drop files onto a cue.  But many file managers have ftp client built in now. You could check them out.  I know for sure FreeCommander does but I think it's a popular file manager feature now.

skwire:
Do the files change often?  If not, you can do this easily via commandline FTP's built-in scripting (as MilesAhead mentioned).  There are MANY websites detailing this.  Here's one:

http://www.dostips.com/DtTipsFtpBatchScript.php

If you need something more custom written, let me know.

schnarkle:
Yes, it's basically an xml file that changes daily.  It identifies jpgs to look for, and I'd like to upload only the files listed in that xml file.  So yes the images listed would change daily.

skwire:
Would you mind PM'ing me a sample of that XML file, please?

Navigation

[0] Message Index

[#] Next page

Go to full version