문제

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.

도움이 되었습니까?

해결책

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

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top