Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dhoz
  • Order by date
  1. dhoz

    How to get vba code to read contents of FTP server

    Thanks a lot for your very fast replies. The links seem to point me in the right direction Many thanks, D
  2. dhoz

    How to get vba code to read contents of FTP server

    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...
  3. dhoz

    How to get vba code to read contents of FTP server

    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...

Part and Inventory Search

Back
Top