Jump to content

WinSCP

From Wiki
Revision as of 13:05, 17 April 2025 by Marcluer (talk | contribs) (Created page with "== Download == * https://winscp.net/eng/download.php == Privileged connection with sudo == * Select connection in "Login" list * "Edit" entry * click "Advanced" * Environment / SFTP / SFTP server (for Ubuntu target): <blockquote> <pre> sudo su -c /usr/lib/openssh/sftp-server </pre> </blockquote> Category:Software")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Download

Privileged connection with sudo

  • Select connection in "Login" list
  • "Edit" entry
  • click "Advanced"
  • Environment / SFTP / SFTP server (for Ubuntu target):
sudo su -c /usr/lib/openssh/sftp-server