Moving files from PC to 3D printer

Advertisement

mrflark
Joined:
Posts:
1

Moving files from PC to 3D printer

Windows 11 on any Acer laptop
WinSCP 6.5.6
The printers ip is 192.168.5.115, port 80.
I know the password to SSH and get access to the root directory. When I ssh in this is what I get:
ssh [email protected]
X11 forwarding request failed on channel 0
root@lava:~#
I then run a debug command to allow me to make changes to the files and add files. I just don't know how to configure WinSCP to do this.
Any help would be appreciated.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
42,857
Location:
Prague, Czechia

Re: Moving files from PC to 3D printer

What does the "debug" do? Does it start a new shell with elevated privileges (like su does)? Or does it just somehow reconfigure the current shell/session?
In any case, you probably need to use SCP protocol and specify the "debug" as a shell:
https://winscp.net/eng/docs/ui_login_scp#shell
But if it does not start a new shell, you might also need to follow it by start of the actual shell.

See also How do I change user after login (e.g. su root)?

Reply with quote

Advertisement

You can post new topics in this forum