AutoHotkey Community

It is currently May 23rd, 2012, 11:53 pm

All times are UTC [ DST ]


Search found 3 matches
Search these results:

Author Message

 Forum: Support   Topic: Another FTP uploading problem...

Posted: June 24th, 2008, 10:10 am 

Replies: 2
Views: 578


Hi, I have maybe the same problem as eternalcold has.
When I connect, in log is
Code:
200 PORT command successful

, but after this it all freezes and doing nothing, when i kill it, log shows with last command of that 200 ....

 Forum: Support   Topic: FTP Upload

Posted: June 23rd, 2008, 2:30 pm 

Replies: 5
Views: 898


I did this: FTPCommandFile = %A_ScriptDir%\FTPCommands.txt FTPLogFile = %A_ScriptDir%\FTPLog.txt FileDelete %FTPCommandFile% FileAppend, ( open xxx xxx xxx binary put ach.txt quit ), %FTPCommandFile% RunWait %comspec% /c ftp.exe -s:"%FTPCommandFile%" >"%FTPLogFile%" FileD...

 Forum: Support   Topic: FTP Upload

 Post subject: FTP Upload
Posted: June 22nd, 2008, 7:55 pm 

Replies: 5
Views: 898


Hi, I know there are many threads about ftp here, but i spend a lot of time trying to connect and succesfully upload a file to my ftp, but it still don't work out. Can anybody please help me and write me here a code, just to connect and upload? I tried a code from autohotkey helpfile, FTPCommandFile...
Sort by:  
Page 1 of 1 [ Search found 3 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group