<html>
<head>
<style type="text/css" id="groupoffice-email-style">
/*
 * Convert transparent color to hex value by given background
 */
h6 {
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.64);
}
h4 {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}
h5 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.64);
  font-weight: normal;
}
h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: black;
}
h2 {
  font-size: 21px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: black;
}
h1 {
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: black;
}
body, p, span, div {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  line-height: 21px;
}
code {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
  padding: 7px;
  margin: 14px 0;
  display: block;
  font-family: "Courier New", Courier, monospace;
  color: black;
  border-radius: 3.5px;
}
p {
  margin: 0;
}
ul {
  display: block;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 2em;
}
ol {
  display: block;
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 2em;
}
ol > ol {
  list-style-type: lower-alpha;
}
ol > ol > ol {
  list-style-type: lower-roman;
}
</style>
</head>
<body><div>You need to connect via smb or nfs first, then you can seek the folder. <br></div><div><br></div><div>Greetings</div><div>Hans<br></div><div><br></div>Am Donnerstag, den 28.04.2022 um 16:03 schrieb ullix:<br><blockquote style="border:0;border-left: 2px solid #22437f; padding:0px; margin:0px; padding-left:5px; margin-left: 5px; "><div class="msg">My remote server is conncted to my local macine via SSH, and the desired <br>
file can be seen locally in my file manager, and opened, edited, and <br>
saved back.<br>
<br>
But I do not see a way to locate and open this file via the QFileDialog. <br>
Is there one??<br>
<br>
I have seen paramiko, fabric, but they don't seem to be relevant when <br>
using PyQt(5)?<br>
<br>
ullix</div></blockquote></body></html>