not working whith different then default (22) port
hi, i am trying to connect using a different port then 22 (31 in my case) and are unable to work it 2019-11-07 02-22-22.mkv.gz
out, please help me out
thanks
As per https://github.com/billziss-gh/sshfs-win/blob/master/README.md#unc-syntax just add !31 after host, for ex \\sshfs\[email protected]!31.
! is being used instead of : for specyfing port.
ak !, i tryed many but that i did not imagine, ill try it n0w, `thanks so faar
As per https://github.com/billziss-gh/sshfs-win/blob/master/README.md#unc-syntax just add
!31after host, for ex\\sshfs\[email protected]!31. ! is being used instead of : for specyfing port.
Using a ! instead of : worked for me, thanks @B4rt0 !
You need two backslashes in the beginning, like for any network share: \sshfs\[email protected]!4222
czw., 23 sty 2020 o 14:33 tsukasagenesis [email protected] napisał(a):
unfornutly dont work for me too with last release :
\sshfs\[email protected]!4222\
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/billziss-gh/sshfs-win/issues/122?email_source=notifications&email_token=ACFDOB4WGWM25OB7UBMCZKTQ7GMDJA5CNFSM4JKADPY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJXL5UA#issuecomment-577683152, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFDOB37GFCLQSQGI57FAADQ7GMDJANCNFSM4JKADPYQ .
-- Greets B4rt0
not work for me too.
I've tried with stable and beta 2 version of sshfs for windows, windows 11 version. It looks like even if you use ! character as a delimiter to identify the port it will try to connect to port 22
C:\Program Files\SSHFS-Win\bin>.\sshfs-win.exe svc PREFIX P: \sshfs\[email protected]!30206\DBARRETT
ssh: connect to host port 22: Connection refused
read: Connection reset by peer

I was able to connect uninstalling and then using the 32bit version of SSHFS-Win.
neither work. it says network host name cannot be found. So ! affects the hostname resolving and not parsed correctly.