Generate session URL from command line?
We have an automated sftp process where the username and password change frequently and contain all sorts of special characters. Because of this, we use the WinSCP UI to generate a session URL with the username and password encoded correctly for a PowerShell script, then we manually copy/paste the URL into our scripts.
We have a lot of scripts like this, so I'd like to automate that process of generating an encoded session URL. Is there a way to do that from the command line, with the .exe or .com or some other process?
We have a lot of scripts like this, so I'd like to automate that process of generating an encoded session URL. Is there a way to do that from the command line, with the .exe or .com or some other process?