Domanda

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.

È stato utile?

Soluzione

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

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top