Question

I am reading some batch script files trying to work out where a certain file is being uploaded to (and from) and the initial open command looks like (changed of course):

open sftp://user:pass@something@99.999.999.999:22 

but I cannot workout what the something is between password and IP address.

I looked through the documentation at WinSCP but I couldn't find anything that pointed to the answer.

Was it helpful?

Solution

open sftp://user:pass@something@99.999.999.999:22 

username: user
Password: pass@something
sftp address: 99.999.999.999:22

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top