Search found 2 matches

by sulasno
26 Jul 2011 12:21
Forum: DOS Batch Forum
Topic: How to create a batch file to upload to a ftp server
Replies: 3
Views: 3838

Re: How to create a batch file to upload to a ftp server

using your code, the console opens and simply closes

looking at Classic FTP - Executing a FTP script

does it means that I create a batch file with only

FTP -v -i -s:ftpscript.txt

and ftpscript.txt contains the code
by sulasno
26 Jul 2011 10:53
Forum: DOS Batch Forum
Topic: How to create a batch file to upload to a ftp server
Replies: 3
Views: 3838

How to create a batch file to upload to a ftp server

How to create a batch file to upload to a ftp server?

at a prompt I have to input the following

Code: Select all

ftp
open ftp.domain.com
username
password
put "E:\chrome.png"
close
quit


tia