Search found 2 matches
- 25 Oct 2010 02:33
- Forum: DOS Batch Forum
- Topic: Problem with the batch ftp upload script
- Replies: 1
- Views: 2556
Re: Problem with the batch ftp upload script
just to add This is the full file i will mark the file with red were it goes wrong. as explain above @Echo Off Setlocal Enabledelayedexpansion REM -- Define File Filter, i.e. files with extension .txt Set FindStrArgs=/E /C:\UPLOAD\".jpg" REM -- Extract Ftp Script to create List of Files Se...
- 25 Oct 2010 02:30
- Forum: DOS Batch Forum
- Topic: Problem with the batch ftp upload script
- Replies: 1
- Views: 2556
Problem with the batch ftp upload script
Hey Guys i have a problem with the script the problem is here.
!Title Preparing...
cd root This is were you set the directory for were the files should be uploaded however when i connecty to my ftp its allready in that folder how do i do that?
lcd c:\upload\
binary
hash
!Title Preparing...
cd root This is were you set the directory for were the files should be uploaded however when i connecty to my ftp its allready in that folder how do i do that?
lcd c:\upload\
binary
hash