Help me i newbie

Discuss RoboTask here
Post Reply
pioppo
Posts: 1
Joined: Thu Nov 19, 2009 6:51 am

Help me i newbie

Post 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
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Help me i newbie

Post 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.
Post Reply