Re: Need to retrieve .CSV files via FTP into PF
New files could be created once every 15 minutes.
I've thought about the the option of doing the LS command to a file. I actually have a program that I wrote for transferring SAVF's from one system to another that does exactly that. I just wondered if there was a "cleaner" way to do it rather than initiating one ftpsession to do the LS command and another ftp session to do the get and delete. If that is the cleanest way, that's probably how I will do it. Thanks.
Originally posted by gcraill
View Post
I've thought about the the option of doing the LS command to a file. I actually have a program that I wrote for transferring SAVF's from one system to another that does exactly that. I just wondered if there was a "cleaner" way to do it rather than initiating one ftpsession to do the LS command and another ftp session to do the get and delete. If that is the cleanest way, that's probably how I will do it. Thanks.




Comment