Here is the code I wrote:
Option Explicit
Sub getFTPFile()
Dim strDirectoryList As String
Dim Str_Dir As String
Dim Int_FreeFile01 As Integer
Dim Int_FreeFile02 As Integer
Dim sPATH As String
Dim sSITE As String
Dim sUSER As String
Dim sPASS As String...
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 site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.