I have spent several days trying unsuccessfully to make this work, and have run out of ideas. There must be a solution!
Private Sub Command62_Click()
Dim myFolderItem As FolderItem
Dim localFolder As Folder
Dim myShell As New Shell
Dim MyFiles As String
MyFiles = ""
For Each myFolderItem In...
You are right, kjv1611, I should get what I need but guess I need some hand-holding.
I am obviously not entering the proper fields in the call for ftpList, since it isn't making the connection:
myFiles = FTPList("127.0.0.1 - FTP Server IP", "MyUserID", "MyPWD", "/my/folder/path/")
I entered...
I am trying to figure out how to get a list of the files residing in a folder on an ftp site and put them into an Access 2010 table. I could then put them in a combo box so the user can select the file title to open and view. (These files are pdfs of meeting minutes). I also need a button which...
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.