How to UPLOAD folder and subfolders to ftp?

@indrajit.shah
Invoke Method Activity -


Two “in” parameters, input directory then outout zip file
image

Make sure you add the namespace System.IO.Compression.

After, I had issues getting the assembly System.IO.Compression.FileSystem to show and expose its methods, so, I had to manually edit the xaml file and paste

xmlns:sic=“clr-namespace:System.IO.Compression;assembly=System.IO.Compression.FileSystem”

To the <Activity … > Section

Hi @indrajit.shah , can you please send this file again because its showing no activity is present …I want this right now because I am also facing the same issue with ftp