Hello Everyone,
Greetings for the day!
i am trying to copy all files from source url to destination url as below screen
below is Source URL Image
below is Destination URL image
Please help me in this
regards
Govardhan
Hello Everyone,
Greetings for the day!
i am trying to copy all files from source url to destination url as below screen
below is Source URL Image
regards
Govardhan
Thanks Shiva for quick reply
Actually i have few files in source URL \19.16.0.13\HR_Docunts\RPA Test
as below
Now i need to copy those files to destination URL \17.16.0.6\RPA Test
as below
use for each file in folder activity inside that use if activity and mentioned the condition
you can also mention the condition as .txt as well
path.GetExtension(CurrentFile.ToString).Equals(".xlsx") or path.GetExtension(CurrentFile.ToString).Equals(".txt")
Hi Shiva
if it in local machine files copy definitely this works but i need these scenarios in urls in as above images with ip address
Use FTP Activities Package for this.
Refer this documentation for the details.
Activities - About the FTP Activities Package (uipath.com)
Thanks,
AShok
Thanks Ashok will try this and let you know