I realised last night that my posting wouldn't work!
have you tried this sort of thing?
I never have much luck with the Internet transfer control and prefer to use APIs to Wininet dllCode:Dim RemoteFile As String Dim LocalFile As String RemoteFile = "'/azzmodan file/file1.zip'" LocalFile = "'c:\temp\file1.zip'" ftp.Execute "ftp://1.1.1.1", "get " & RemoteFile & " " & LocalFile
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company




Reply With Quote