I have just started coding so........... For FTP Related stuff i have been using #include <FTPEx.au3> Static $s_RemoteFolderdownload= 'ftp://ftp.xxxxx.com/Download.txt' Static $s_LocalFolderdownload='C:\Test\' $server = 'xxxxx $username = 'xxxxx' $pass = 'xxxxx' $Open = _FTP_Open('MyFTP Control') $Conn = _FTP_Connect($Open, $server, $username, $pass) Static $b=_FTP_DirPutContents($Conn, $s_LocalFolder, $s_RemoteFolder, 1 ) MsgBox(0,"Current Directory",$ Static $c=_FTP_FileGet($Conn, $s_RemoteFolderdownload, $s_LocalFolderdownload) But the file is not getting downloaded And i do not know whether we can install a software on a Remote machine please advice