Hey everyone,
I'm using Net::FTP to FTP in a UNIX box to get some files and put them on my local pc (c:\test\). The next step within my code is to read certain data from the files and output to a new file (with the same name) in a different folder on my local pc (c:\test\test2). The third step would be to FTP the file in c:\test\test2 to the UNIX box. However, the issue I run into is that when my code FTP's the files it doesn't look at the c:\test\test2 folder. It keeps FTPing the original files.
I'm using Net::FTP to FTP in a UNIX box to get some files and put them on my local pc (c:\test\). The next step within my code is to read certain data from the files and output to a new file (with the same name) in a different folder on my local pc (c:\test\test2). The third step would be to FTP the file in c:\test\test2 to the UNIX box. However, the issue I run into is that when my code FTP's the files it doesn't look at the c:\test\test2 folder. It keeps FTPing the original files.