This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
ECHO Upload to FTP | |
ECHO Written by: Jason Faulkner | |
ECHO SysadminGeek.com | |
ECHO. Improved by ecos | |
ECHO. | |
REM Usage: | |
REM UploadToFTP [/L] FileToUpload | |
REM |