tiflolinux.org - GNU Social
  • Login

Bienvenido

  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Wednesday, 11-Oct-2023 16:37:43 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹

    @avp sure!
    The examples in the docs are ok to reproduce but here is a minimal reproducer:

    (define-module (uploader)
    #:use-module (ssh session)
    #:use-module (ssh sftp)
    #:use-module (ssh auth)
    #:use-module (ice-9 streams))

    (define session (make-session #:host "vps" #:user "root"))
    (connect! session)
    (userauth-agent! session)
    (define sftp-session (make-sftp-session session))
    (disconnect! session)

    In conversation Wednesday, 11-Oct-2023 16:37:43 CEST from mastodon.social permalink

    Feeds

    • Activity Streams
    • RSS 2.0
    • Atom
    • Help
    • About
    • FAQ
    • TOS
    • Privacy
    • Source
    • Version
    • Contact

    tiflolinux.org - GNU Social is a social network, courtesy of tiflolinux.org. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All tiflolinux.org - GNU Social content and data are available under the Creative Commons Attribution 3.0 license.