Delete over FTP after extracting .zip file

Hi,

I am seeking help for one of a situation where after uploading the .zip file i need to extract that .zip file and after that delete that same .zip file.

Steps:
Connect to FTP
Upload the .ZIP file to FTP
Extract the .ZIP file over FTP
Delete the same .ZIP file over FTP

P.S - zip file name is dynamic.

Did you see BalaReva Activities? It has zip and unzip activities pretty easily.

1 Like

for zip and unzip or vice verse i am using Invoke method activity.

now can you help me with below ----
MY CONCERN IS ABOUT UNZIPPING OVER FTP AND THEN DELETE THE SAME .ZIP FILE, WHERE AS MY .ZIP FILE NAME IS DYNAMIC.

Hi @indrajit.shah

Based on Unzip the file

Check this

Use the Delete file activity

Thanks
Ashwin S

Hi @srdjan.suc and @AshwinS2,

you can the zip and unzip components from UiPath Go also.

Regards
Balamurugan.S

can you help me with the workflow, with the flow representing deleting .zip from ftp file which is uploaded.

Thanks but my concern is not about zip unzip my concern is about deleting the .zip file over FTP, can you help me with the demo workflow if you have?

@Palaniyappan, @loginerror, @aksh1yadav, @ClaytonM

Can you please have a look into this… in one sentence, I need to upload an entire folder including sub-folders and file to FTP, can you help?