EnglishFrenchSpanish

OnWorks favicon

nbdkit-curl-plugin - Online in the Cloud

Run nbdkit-curl-plugin in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command nbdkit-curl-plugin that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


nbdkit-curl-plugin - nbdkit curl plugin (HTTP, FTP, SSH and other protocols)

SYNOPSIS


nbdkit -r curl url=http://example.com/disk.img

nbdkit -r curl url=sftp://you@example.com/~/disk.img

DESCRIPTION


"nbdkit-curl-plugin" is a plugin for nbdkit(1) which turns content served over HTTP, FTP,
SSH, and more, into a Network Block Device. It uses a library called libcurl (also known
as cURL) to read data from URLs. The exact list of protocols that libcurl can handle
depends on how it was compiled, but most versions will handle HTTP, HTTPS, FTP, FTPS and
SFTP (see: "curl -V"). For more information about libcurl, see <http://curl.haxx.se>.

Note: This plugin supports writes. However:

· For HTTP, you may not want nbdkit to issue PUT requests to the remote server (which
probably doesn't understand them).

· SFTP helpfully truncates the target file when you open it for writing. Not useful!

To force nbdkit to use a readonly connection, pass the -r flag.

EXAMPLES
Basic usage is:

nbdkit -r curl url=http://example.com/disk.img

which serves the remote disk image as a NBD on TCP port 10809 (to control ports and
protocols used to serve NBD see nbdkit(1)).

You can also access SSH servers. This uses the SFTP protocol which is built into most SSH
servers:

nbdkit -r curl url=sftp://example.com/~/disk.img

You may need to specify a username and/or a password. In this example the password is
read from stdin:

nbdkit -r curl url=sftp://example.com/~/disk.img username=fred password=-

PARAMETERS


password=PASSWORD
Set the password to use when connecting to the remote server.

Note that passing this on the command line is not secure on shared machines.

password=-
Ask for the password (interactively) when nbdkit starts up.

sslverify=0
Don't verify the SSL certificate of the remote host.

timeout=SECS
Set the timeout for requests.

timeout=0
Use the default libcurl timeout for requests.

url=URL
The URL of the remote disk image. This is passed to libcurl directly via
"CURLOPT_URL" in curl_easy_setopt(3).

This parameter is required.

user=USERNAME
Set the username to use when connecting to the remote server. This may also be set in
the URL (eg. "http://foo@example.com/disk.img")

Use nbdkit-curl-plugin online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Psi
    Psi
    Psi is cross-platform powerful XMPP
    client designed for experienced users.
    There are builds available for MS
    Windows, GNU/Linux and macOS.. Audience:
    End Users...
    Download Psi
  • 2
    Blobby Volley 2
    Blobby Volley 2
    Official continuation of the famous
    Blobby Volley 1.x arcade game..
    Audience: End Users/Desktop. User
    interface: OpenGL, SDL. Programming
    Language: C++, Lua. C...
    Download Blobby Volley 2
  • 3
    SuiteCRM
    SuiteCRM
    SuiteCRM is the award-winning Customer
    Relationship Management (CRM)
    application brought to you by authors
    and maintainers, SalesAgility. It is the
    world�s mos...
    Download SuiteCRM
  • 4
    Poweradmin
    Poweradmin
    Poweradmin is a web-based DNS
    administration tool for PowerDNS server.
    The interface has full support for most
    of the features of PowerDNS. It has full
    support...
    Download Poweradmin
  • 5
    Gin Web Framework
    Gin Web Framework
    Gin is an incredibly fast web framework
    written in Golang that can perform up to
    40 times faster, thanks to its
    martini-like API and custom version of
    httprout...
    Download Gin Web Framework
  • 6
    CEREUS LINUX
    CEREUS LINUX
    CEREUS LINUX basado en MX LINUX con
    varios entornos de escritorios. This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/cereu...
    Download CEREUS LINUX
  • More »

Linux commands

  • 1
    aa-clickquery
    aa-clickquery
    aa-clickquery - program for querying
    click-apparmor DESCRIPTION: This program
    is used to query click-apparmor for
    information. USAGE: aa-clickquery
    --click-fra...
    Run aa-clickquery
  • 2
    aa-exec-click
    aa-exec-click
    aa-exec-click - program for executing
    click packages under confinement
    DESCRIPTION: This program is used to
    execute click package under AppArmor
    confinement. I...
    Run aa-exec-click
  • 3
    cpio
    cpio
    cpio - copy files to and from archives ...
    Run cpio
  • 4
    cpipe
    cpipe
    cpipe - copy stdin to stdout while
    counting bytes and reporting progress ...
    Run cpipe
  • 5
    FvwmSave
    FvwmSave
    FvwmSave - the Fvwm desktop-layout
    saving module ...
    Run FvwmSave
  • 6
    FvwmSave1
    FvwmSave1
    FvwmSave - the FVWM desktop-layout
    saving module ...
    Run FvwmSave1
  • More »

Ad