uipath上传文件夹到ftp
2019-12-27 本文已影响0人
23b57d72cde7
image.png
image.png
如图UIPATH的FTP插件只能上传文件,不能上传文件夹,使用zip活动压缩后上传,如图,出现中文乱码
image.png
最后使用invoke power shell活动来压缩,在使用ftp活动的upload files上传压缩包,invoke power shell的命令如下
Compress-Archive -Path C:\ Users \ Documents \ UiPath \ 2 -DestinationPath C:\ Users \ Documents \ UiPath \ 2 \ 1.zip