Since FTP UIPath features are not working, I am using Filezilla for file transfer from local to the ftp server.
Can anyone provide an indication on how to select files from the local and to transfer on the remote server?
Can you please share a sample workflow on how to do that?
I’ve tried to setup a connection to a server with a certain hostname and port 3132, but with the activities already implemented in UiPath I cannot establish a connection to that server.
I think the only way is to automate the action in Filezilla
Can you help me in doing that?
Have you got any other idea?
Thank you,
Cami
Check if you can connect to that server and port from different client than UiPath Studio. Maybe there is something wrong with the connection not the activity
@srdjan.suc will you help me how can i setup filezilla and connecting to the filezilla with uipath with ftp activities like open ftp session and how can i get files from the folder using enumerate files activities?