ftp file download

Allows you to download a file via FTP.


Example

Running this code will download from "/home/public/presentation.pdf" and save it to "D:\Folder".

plugin command("Network Automation.dll", "ftp file download", "D:\\Folder", " /home/public/presentation.pdf", "True", "None", 2, "")

Was this helpful?

Previous Article

ftp file delete

Next Article

ftp file open append