Jump to content

goatjim

Members
  • Posts

    2
  • Joined

  • Last visited

goatjim's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. sorry for the long delay I have confirmed it is the line _FTP_FilePut line is where it is pausing runs fine uncompiled, pauses if run compiled. I tried _ftp_progressupload, it pauses as well (but I may be using it wrong) potentialy this problem may not be affect all FTP servers. (I do not have access to this FTP server) potentialy there is some windows security that is biting me no AV is installed windows 7 firewall is active, but its settings are stock to get through this: I created a batch file that calls autoit3.exe, and that calls my script
  2. Local $FTPOpen = _FTP_Open('FTP') Local $FTPConn = _FTP_Connect($FTPOpen,$sServer,$sUsername,$sPass) Local $FTPTry = _FTP_FilePut($FTPConn,@ScriptDir&"\"&$a_DatesListed[$i2],"/"&$a_DatesListed[$i2]) _FTP_Close($FTPOpen) On the current version 3.3.12.0 I run my script by pressing F5, runs like a champ I compile it, and the program stops at this part in my code. the program continues to run in task manager it is sitting at 0% CPU usage no errors are given I know that it is stopping at the FTP part, because I put a message box before it, and after it. I get the first message box, but not the second. I installed the previous version the compiled version and the uncompiled version both work
×
×
  • Create New...