//This script will download "Autumn.jpg" and "Spring.jpg" from "demo.wftpserver.com" to local computer's Documents directory via FTP protocol.

Server source = new Server{ Host ="demo.wftpserver.com", Username="demo", Password="demo" };

Transfer.TransferFile(source, Server.Local, "/download/Autumn.jpg", "~Documents/Autumn.jpg");

Transfer.TransferFile(source, Server.Local, "/download/Spring.jpg", "~Documents/");   //Use the source file name