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