autoitxp Posted November 6, 2007 Posted November 6, 2007 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
Sunaj Posted November 6, 2007 Posted November 6, 2007 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 [list=1][*]Generic way to detect full path to default browser, List/ListView Events Using GuiRegisterMsg (detect doubleclick and much more)[*]Using dllcall for full control over fileopendialog, Make DirMove act somewhat normally (by circumventing it...)[*]Avoid problems with "&" (chr(38)) in code, Change desktop maximized area/workspace (fx to make deskbar type app)[*]Change focus behavior when buttons are clicked to work closer to 'standard windows' app[*](Context) Menus With Timed Tooltips, Fast Loops & Operators in AU3[*]Clipboard UDF, A clipboard change notification udf[/list]
autoitxp Posted November 6, 2007 Author Posted November 6, 2007 well ftp.au3 function some nt works properly so can we use commadns using runwait or run ?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now