Max Kozlov

Results 183 comments of Max Kozlov

according to https://docs.microsoft.com/en-us/dotnet/standard/net-standard Net 6.0 should have support for netstandard 2.0 seems something prevents this from work ? Do you have .Net Framework 4.6.1+ Installed ? (upd) according to https://github.com/dotnet/standard/issues/328#issuecomment-416042375...

@Valerian-Marchioni, try to use `ssh-keyscan -H hostname` against this server. It shows ssh server version

Seems there is some incompatibility between `ssh.net` library and `GoAnywhere` like this https://github.com/iterate-ch/cyberduck/issues/12733 I'm afraid that nothing can be done with this module.

since we don't know anything about your servers and the existence of the target file, you can explore this thread. https://github.com/sshnet/SSH.NET/issues/582 maybe it's yours

just tried, i have no problem with my test files and folders... btw, can you try to use paths without spaces ?

linux, but if you want I may try windows too I wanted to clarify, at first I thought you wanted to move directories, but when you mentioned .txt files, I...

` | Where-Object {$_.FullName -match '/backup\b' }`

seems your device do not support **-t* option for scp just like in #448

If your script runs under credentials different from those under which the password was encoded, you cannot decode the password from a secure string. Everything will be better if you...