Download files from FTP

Anything VBScript-related, including Windows Script Host, WMI, ADSI, and more.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 3 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
iifedy
Posts: 1
Last visit: Tue Apr 06, 2021 7:54 am

Download files from FTP

Post by iifedy »

Hi.
I would like to download a file from the FTP server via VBS.
Is it possible?
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Download files from FTP

Post by jvierra »

It is possible however, I recommend using PowerShell as VBScript is no longer a useful language on modern systems.
orgsites
Posts: 1
Last visit: Thu Feb 11, 2021 8:24 pm

Re: Download files from FTP

Post by orgsites »

iifedy wrote: Tue Jan 19, 2021 3:47 am Hi.
I would like to download a file from the FTP server via VBS.
Is it possible?
Yes, you can do that using the CreateObject function.
This topic is 3 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked