Jump to content

Recommended Posts

Posted

Hi how to do ftp cmd bat commands to .au3 script here is correct auto bat script

echo off

> script.ftp  ECHO USER john
>>script.ftp ECHO *******
>>script.ftp ECHO cd /myfiles
>>script.ftp ECHO pwd
>>script.ftp ECHO ascii
>>script.ftp ECHO put c:\myfile.html
>>script.ftp ECHO disconnect
>>script.ftp ECHO bye

ftp -n -s:script.ftp ftp.tripod.com

TYPE NUL >script.ftp
DEL script.ftp

Regards

Sim

Posted

dude, search the forum, otherwise it'll be filled up with identical questions and it'll be hard to find the genuine answers! Anywho look at: http://www.autoitscript.com/forum/index.ph...2473&hl=ftp <_<

Hi how to do ftp cmd bat commands to .au3 script here is correct auto bat script

echo off

> script.ftp  ECHO USER john
>>script.ftp ECHO *******
>>script.ftp ECHO cd /myfiles
>>script.ftp ECHO pwd
>>script.ftp ECHO ascii
>>script.ftp ECHO put c:\myfile.html
>>script.ftp ECHO disconnect
>>script.ftp ECHO bye

ftp -n -s:script.ftp ftp.tripod.com

TYPE NUL >script.ftp
DEL script.ftp

Regards

Sim

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...