I'm just kind of messing around with the FTP functionality in autoit, I did have it working once but the file was empty when it uploaded and now I am not getting any files uploaded what so ever.
#include <FTPEx.au3>
ftpTest("SERVER", "USERNAME", "PASSWORD")
Func ftpTest($server, $username, $pas...