How does WinSCP uses the password
I am rookie at using Winscp, and have been tasked with deciphering some scripts used for transferring files.
We have a batch file that is scheduled to run on daily basis, which has the following line :
C:\"program files"\WinSCP\winscp.exe /console /script=c:\"program files"\winscp\nenesftp.txt
The neneftp.txt file reads as:
------------------
option batch continue
option confirm off
open sftp://marina@66.226.72.149
lcd Y:\complete
How do I find out/where should I search to find the password used for "marina" account?
Thanks in advance for your help
We have a batch file that is scheduled to run on daily basis, which has the following line :
C:\"program files"\WinSCP\winscp.exe /console /script=c:\"program files"\winscp\nenesftp.txt
The neneftp.txt file reads as:
------------------
option batch continue
option confirm off
open sftp://marina@66.226.72.149
lcd Y:\complete
How do I find out/where should I search to find the password used for "marina" account?
Thanks in advance for your help