Hi everyone,
I am writing a code in vba (Excel) that connects to a ftp server. Everything works fine except when I try to list the contents of the remote directory. I would like my program to read contents of the remote directory to later decide which file to download.
Is there a way to do this? I tried writing the output of the dir or ls command to a text file but didn't succeed. Any suggestions?
Many thanks
D
I am writing a code in vba (Excel) that connects to a ftp server. Everything works fine except when I try to list the contents of the remote directory. I would like my program to read contents of the remote directory to later decide which file to download.
Is there a way to do this? I tried writing the output of the dir or ls command to a text file but didn't succeed. Any suggestions?
Many thanks
D