DaveWagoner
VIP Member
Hi folks, another head scratcher. Here's the long and short of it. Any ideas?
1) List ftp directory contents, generate a dataset
2) Loop over the dataset, pull file from ftp and deposit into temp directory. The file has name in pattern "word1_word2_word3.dta.2024_08_27_11_10_00"
3) The process creates an empty file of the name I specify in said temp directory, but then errors out with the error "Unable to receive file: <filename> Error: Error normalizing new path!"
Here's the component that is erroring:
This shows my attempts in my temp dir, all failed whether I changed the destination file name or not:
1) List ftp directory contents, generate a dataset
2) Loop over the dataset, pull file from ftp and deposit into temp directory. The file has name in pattern "word1_word2_word3.dta.2024_08_27_11_10_00"
3) The process creates an empty file of the name I specify in said temp directory, but then errors out with the error "Unable to receive file: <filename> Error: Error normalizing new path!"
Here's the component that is erroring:
This shows my attempts in my temp dir, all failed whether I changed the destination file name or not: