﻿;--------------------------------------------------------------------
;
;  This is a sample batch file for use with File Uploader.
;  (http://noeld.com/programs.asp?cat=misc#upload)
;
;  Lines starting with a semi-colon or a diese sign are comment lines.
;  Blank lines are ignored.
;
;  The basic syntax to use a batch file with File Uploader is:
;
;      upload batch.txt /batch
;
;  The /batch parameter tells upload.exe that the <source> 
;  parameter is not a file or a set of files to upload but a text
;  file that contains a list of commands to process.
;
;  Note: The parameters in the batch file override the command-line
;  parameters. Type the command below in a Command window to learn 
;  more about the syntax and the available parameters:
;
;      upload /?
;
;--------------------------------------------------------------------

; Examples:

"C:\Local App\Logs\*.txt"    ftp://server.com/logs
"C:\Local App\Data\*.*"      ftp://server.com/data
"C:\Local App\Images\*.jpg"  ftp://server.com/images
