Using Rev 1.1.1 I downloaded a file from a FTP server with the following script: put "ftp://XXX:XXX@10.0.1.202/Belle.mp3" into tUrl put "binfile://DiscoOSX/Songs/Belle.mp3" into NOMEURL put url(tUrl) into url(NOMEURL) I expected a binary file... but I got a TEXT file WHY? How can I download binary files from a FTP server? Best Regards Paolo Mazza