Hi All,
I want to download multiple files from FTP server.
I have the log in Credentials of FTP server . Below is the VBA I am using to download files .
VBA Code :
Sub Get_File_From_FTP()
'Variable Declarion Section
Dim FTP As Inet
'Assign Host URL, Source and...