Question
1
Replies
10
Views
Staidlogic
Posted: 1 week 2 days ago
Last activity: 1 week 1 day ago
How to interrogate Filezilla with pega robotic studio?
Hi,
How can i interrogate filezilla with pega robotic studio.
Is there any way to do please help me.
Thanks & Regards
Saimouneendra
***Edited by Moderator Marissa to update Platform Capability tags****
@SaiMouneendraRedC I can't seem to install FileZilla, however I would assume you would interrogate it like any other application.
Are you having a specific issue with interrogating it? One tool that is helpful is Process Explorer. You can use this to determine which applications are launched by others and to see how they are parented. You might notice that the application in your Path is actually a parent process and the window you need to interrogate is a child process (for example). You might also see that the Path application is not the one you are interested in at all.
https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer
If all you are trying to do is send a file via FTP, you might consider using the .Net methods for doing that. You could perform those in a script if you are so-inclined.
https://www.c-sharpcorner.com/article/working-with-ftp-using-c-sharp/