Hi all, I am using VBA code to download files via ftp.. but it seems VBA does not recognize empty spaces? is there any way around this?
thanks so much
for example I am using
It seems it only works if the directory is all squeezed in
thanks so much
for example I am using
Code:
Print #lInt_FreeFile01, "recv myfile.txt " & "M:\test\New York\Manhattan Streets" & "\myfile.txt"
Code:
Print #lInt_FreeFile01, "recv myfile.txt " & "M:\test\NewYork\ManhattanStreets" & "\myfile.txt"