uipath上传文件夹到ftp
发布网友
发布时间:2022-12-17 00:47
我来回答
共1个回答
热心网友
时间:2023-09-12 13:13
如图UIPATH的FTP插件只能上传文件,不能上传文件夹,使用zip活动压缩后上传,如图,出现中文乱码
最后使用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