Example with gb.net.curl for sftp usage in Gambas3

Asked by Peter Kostrz

Hello,
I am somehow stucked in setting up and reading data with the ftpclient of gb.net.curl module. Does somebody have an example how to it the most easiest way ?
Thanks in advance
Peter

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gambas3 Edit question
Assignee:
No assignee Edit question
Solved by:
Peter Kostrz
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What happens when you try?

Revision history for this message
Peter Kostrz (pkostrz) said :
#2

Hi
It says „sftp is invalid connnection type. I am comming from VB and convertet the scripts etc to Gambas3.
Maybe I am not yet used enough so an example would help me.
Thanks
Peter

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

What is the output of:

apt-cache policy gambas3

Thanks

Revision history for this message
Peter Kostrz (pkostrz) said :
#4

cofexadmin@kseprog:~$ apt-cache policy gambas3
gambas3:
  Installiert: (keine)
  Installationskandidat: 3.11.90+git6855.69c2ec0+build32ab4e1c~ubuntu18.04.1
  Versionstabelle:
     3.11.90+git6855.69c2ec0+build32ab4e1c~ubuntu18.04.1 500
        500 http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu bionic/main amd64 Packages

Hope that helps / THKS
Peter

Revision history for this message
Peter Kostrz (pkostrz) said :
#5

cofexadmin@kseprog:~$ apt-cache policy gambas3
gambas3:
  Installiert: (keine)
  Installationskandidat: 3.11.90+git6855.69c2ec0+build32ab4e1c~ubuntu18.04.1
  Versionstabelle:
     3.11.90+git6855.69c2ec0+build32ab4e1c~ubuntu18.04.1 500
        500 http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu bionic/main amd64 Packages

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Then I suggest you contact the PPA maintener to report the issues

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

"Installiert: (keine)" - translation - "Installed: (none)"

How did you install gambas3? The system tells that it is not installed!

Revision history for this message
Peter Kostrz (pkostrz) said :
#8

Hello,
I installed as desribed in the documentation online from the sourceforge.net page

http://gambas.sourceforge.net/en/main.html -> Installtion and compilation using GIT

Coding and testing works fine... but it seams to me some stuff is missing anyway ...
Sorry, I was a Windows VB programmer and trying to get into the "new world"

What did I make wrong ?
Thanks for help
Peter

Revision history for this message
Manfred Hampl (m-hampl) said :
#9

Sorry, this area is for support with the Ubuntu-provided versions of software.

If you are using software from other sources, you better ask there, where you got the software.
In this case probably http://gambaswiki.org/wiki/doc/forum

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

If you run:

sudo apt-get install gambas3

It will install the application for you. It will use the PPA so obviously the installation comes with the usual caveats of a PPA

Revision history for this message
Peter Kostrz (pkostrz) said :
#11

OK.... I am using now a apt for SFP to make it easier.
Thanks for the support