I have a ftp upload script. It works it sends them to the ftp but the files size are 0 at ftp . so i cant look them. help me please $server = 'xxx.com' $username = 'xxxx' $pass = 'xxxx' $Open = _FTP_Open('MyFTP Control') $Conn = _FTP_Connect($Open, $server, $username, $pass) _FTP_FilePut($Conn, "C:\xxx\xxxx\xxxxx\x.jpg", "/htdocs/x.jpg") $Ftpc = _FTP_Close($Open)