Hi all!
I just noticed that on daedalus sftp:/...-URLs do not work any more. Konqueror is stuck with a rotating circle and eventually times out. fish:/...-URLs work, but calculating the disk size of remote directories is kind of buggy, e.g. 22GB are counted as 9GB.
Did somebody see this, too?
Nik
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
On 2022/01/08 02:49 AM, Dr. Nikolaus Klepp wrote:
Hi all!
I just noticed that on daedalus sftp:/...-URLs do not work any more. Konqueror is stuck with a rotating circle and eventually times out. fish:/...-URLs work, but calculating the disk size of remote directories is kind of buggy, e.g. 22GB are counted as 9GB.
Did somebody see this, too?
Nik
Hi Nik, there is also a tdeio_ftps tdeioslave. Could you try that and see if it works? ftps:/...
Cheers Michele
Anno domini 2022 Wed, 18 May 17:46:22 +0900 Michele Calgaro via tde-users scripsit:
On 2022/01/08 02:49 AM, Dr. Nikolaus Klepp wrote:
Hi all!
I just noticed that on daedalus sftp:/...-URLs do not work any more. Konqueror is stuck with a rotating circle and eventually times out. fish:/...-URLs work, but calculating the disk size of remote directories is kind of buggy, e.g. 22GB are counted as 9GB.
Did somebody see this, too?
Nik
Hi Nik, there is also a tdeio_ftps tdeioslave. Could you try that and see if it works? ftps:/...
Cheers Michele
Hi Michele,
ftps:/... does not work at all, it immediately gives an empty window. But it looks like fish:/... is working again, at least it gives a reasonable approximation of the remote directory size (18GB instead of 19GB). sftp:/... is broken.
Nik
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
On 2022/05/18 06:54 PM, Dr. Nikolaus Klepp wrote:
Anno domini 2022 Wed, 18 May 17:46:22 +0900 Michele Calgaro via tde-users scripsit:
On 2022/01/08 02:49 AM, Dr. Nikolaus Klepp wrote:
Hi all!
I just noticed that on daedalus sftp:/...-URLs do not work any more. Konqueror is stuck with a rotating circle and eventually times out. fish:/...-URLs work, but calculating the disk size of remote directories is kind of buggy, e.g. 22GB are counted as 9GB.
Did somebody see this, too?
Nik
Hi Nik, there is also a tdeio_ftps tdeioslave. Could you try that and see if it works? ftps:/...
Cheers Michele
Hi Michele,
ftps:/... does not work at all, it immediately gives an empty window. But it looks like fish:/... is working again, at least it gives a reasonable approximation of the remote directory size (18GB instead of 19GB). sftp:/... is broken.
Nik
Is there a public location I can use for testing and see what is wrong? Cheers Michele
Dne st 18. května 2022 Michele Calgaro via tde-users napsal(a):
On 2022/01/08 02:49 AM, Dr. Nikolaus Klepp wrote:
Hi all!
I just noticed that on daedalus sftp:/...-URLs do not work any more. Konqueror is stuck with a rotating circle and eventually times out. fish:/...-URLs work, but calculating the disk size of remote directories is kind of buggy, e.g. 22GB are counted as 9GB.
Did somebody see this, too?
Nik
Hi Nik, there is also a tdeio_ftps tdeioslave. Could you try that and see if it works? ftps:/...
Cheers Michele
Do not be fooled - sftp and ftps are two completely different protocols! While sftp is like fish - based on ssh protocol, ftps is like ftp with added SSL layer - similar to http => https.
Therefore, it is not possible to assume that where fish or sftp is used, there is possible to use ftps. It doesn't work that way.
Cheers
On Wednesday 18 May 2022 10:52:13 am Slávek Banko wrote:
Dne st 18. května 2022 Michele Calgaro via tde-users napsal(a):
On 2022/01/08 02:49 AM, Dr. Nikolaus Klepp wrote:
Hi all!
I just noticed that on daedalus sftp:/...-URLs do not work any more.
Do not be fooled - sftp and ftps are two completely different protocols! While sftp is like fish - based on ssh protocol, ftps is like ftp with added SSL layer - similar to http => https.
Therefore, it is not possible to assume that where fish or sftp is used, there is possible to use ftps. It doesn't work that way.
Hi Nik,
AFAIK, sftp is also the prefered protocol from a security standpoint (Slávek, Michele correct me if I'm wrong). Would it be possible to use it instead of ftps?
Best, Michael
Anno domini 2022 Wed, 18 May 11:43:11 -0500 Michael scripsit:
On Wednesday 18 May 2022 10:52:13 am Slávek Banko wrote:
Dne st 18. května 2022 Michele Calgaro via tde-users napsal(a):
On 2022/01/08 02:49 AM, Dr. Nikolaus Klepp wrote:
Hi all!
I just noticed that on daedalus sftp:/...-URLs do not work any more.
Do not be fooled - sftp and ftps are two completely different protocols! While sftp is like fish - based on ssh protocol, ftps is like ftp with added SSL layer - similar to http => https.
Therefore, it is not possible to assume that where fish or sftp is used, there is possible to use ftps. It doesn't work that way.
Hi Nik,
AFAIK, sftp is also the prefered protocol from a security standpoint (Slávek, Michele correct me if I'm wrong). Would it be possible to use it instead of ftps?
Hi Michael,
sftp does not work at all. e.g.: sftp://localhost/ makes the "TDE"-icon in konqueror rotate forever. After pressing the "Stop"-icon konqueror does not honor keyboard input any more, but I can close it normally.
fish://localhost works as expected (well, it does some strange counting).
ftps:// does not work (no big surprise there - there's no ftp server running on this machine).
Nik
Best, Michael ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
On Wednesday 18 May 2022 12:27:06 pm Dr. Nikolaus Klepp wrote:
sftp does not work at all. e.g.: sftp://localhost/ makes the "TDE"-icon in konqueror rotate forever.
That sounds like the sftp server is not working or blocked.
Check this from a command line:
sftp -vvv localhost
If you get something like "ssh: connect to host localhost port 22: Connection refused" check the ssh_config file (should tell you where it's at in the second or third line of output). If that looks okay, check your firewall.
HTH!, Michael
After pressing the "Stop"-icon konqueror does not honor keyboard input any more, but I can close it normally.
Hmm, yeah, that's odd, in Debian 10 (buster) I never lose keyboard input.
Anno domini 2022 Wed, 18 May 12:58:30 -0500 Michael scripsit:
On Wednesday 18 May 2022 12:27:06 pm Dr. Nikolaus Klepp wrote:
sftp does not work at all. e.g.: sftp://localhost/ makes the "TDE"-icon in konqueror rotate forever.
That sounds like the sftp server is not working or blocked.
As I run around the world with ssh, that thing is always on - even on my remote robots :)
Check this from a command line:
sftp -vvv localhost
If you get something like "ssh: connect to host localhost port 22: Connection refused" check the ssh_config file (should tell you where it's at in the second or third line of output). If that looks okay, check your firewall.
HTH!, Michael
After pressing the "Stop"-icon konqueror does not honor keyboard input any more, but I can close it normally.
Hmm, yeah, that's odd, in Debian 10 (buster) I never lose keyboard input.
The problem with sftp is present on chimera and newer, not on buster/bewowulf, so you will not see it there.
Nik
tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
On 2022/05/19 02:58 AM, Michael wrote:
On Wednesday 18 May 2022 12:27:06 pm Dr. Nikolaus Klepp wrote:
sftp does not work at all. e.g.: sftp://localhost/ makes the "TDE"-icon in konqueror rotate forever.
Thanks to the good work from Philippe, TDE now has an update SFTP tdeio slave based on libssh. This will be available from R14.0.13 onwards and on PSB/PTB as soon as packages have been rebuilt.
Cheers Michele