SFTP with hURL
Posted: Tue Sep 17, 2019 5:42 pm
I'm trying to use SFTP with hURL under MorphOS, but I get an "Unsupported protocol!" error.
It seems that this protocol isn't enabled at all when listing the supported protocols with versioninfo. Is there a reason why it isn't enabled or should it be?
This code...
...outputs this:
So no SFTP there... nor SCP for that matter either.
It seems that this protocol isn't enabled at all when listing the supported protocols with versioninfo. Is there a reason why it isn't enabled or should it be?
This code...
Code: Select all
@REQUIRE "hurl"
t=hurl.Versioninfo()
ForEach(t.protocols, DebugPrint)Code: Select all
tftp 1
ftp 1
imaps 1
ftps 1
smb 1
rtsp 1
dict 1
pop3 1
https 1
gopher 1
smbs 1
pop3s 1
imap 1
smtp 1
smtps 1
http 1