Page 1 of 1
Help me i newbie
Posted: Thu Nov 19, 2009 7:06 am
by pioppo
I have an FTP server where daily load file.ziphow do I make so that these files are automatically extracted to my network location? (example. \ \ server \ MyFolder)...............Thxpioppo
Help me i newbie
Posted: Sat Nov 21, 2009 1:42 am
by Oleg
In order to extract file you should download it first.
Algorithm of the task is simple
FTP Logon
FTP Download file
Extract files
You can attach the cyclic event to the task. Thus, you always have the latest content of the file.