I am trying to connect nvim to a remote server from a windows machiene using either FTP or SSH, but both seem to fail. Connecting using the ssh
and ftp
commands does work flawlessly though. Using nvim v0.9.0
and netrw v171
. Trying connecting with only vim freezes, so it doesn't work as well, as it seems.
nvim --clean scp://{user}@{host}/
:
Shell beendet 127
Fehler beim Ausführen von "BufReadCmd Autokommandos für "scp://*"..function netrw#Nread[4]..netrw#NetRead[109]..<SNR>22_NetrwBrowse[252]..<SNR>22_PerformListing[141]..<SNR>22_NetrwRemoteListing":
Zeile 137:
E485: Kann Datei C:\Users\{user}\AppData\Local\Temp\nvim.0\{random_6_chars}\1 nicht lesen
did not ask for the password.
nvim --clean ftp://{user}@{host}/
:
Shell beendet 127
Fehler beim Ausführen von "BufReadCmd Autokommandos für "ftp://*"..function netrw#Nread[4]..netrw#NetRead[109]..<SNR>22_NetrwBrowse[252]..<SNR>22_PerformListing[141]..<SNR>22_NetrwRemoteListing[57]..<SNR>22_NetrwRemoteFtpCmd[86]..<SNR>22_NetrwExe":
Zeile 7:
E485: Kann Datei C:\Users\{user}\AppData\Local\Temp\nvim.0\{random_6_chars}\2 nicht lesen
Fehler beim Ausführen von "BufReadCmd Autokommandos für "ftp://*"..function netrw#Nread[4]..netrw#NetRead[109]..<SNR>22_NetrwBrowse[252]..<SNR>22_PerformListing[141]..<SNR>22_NetrwRemoteListing[57]..<SNR>22_NetrwRemoteFtpCmd":
Zeile 120:
# Then a buncha *undefined variable w:netrw_bannercnt* errors
did ask for the password, but then still failed.
As it seems, it can't find some files located in C:\Users\{user}\AppData\Local\Temp\nvim.0
. The folders with the random 6 characters are getting created, but the 1
and/or 2
files do not, they do not exist. Also tried with administrator rights, still no luck.
Seems like a local windows problem so far, that I'm unable to solve.