Webdav command line client under UbuntuLinux

Source: Internet
Author: User
Using the Webdav command line client under tulinux Method 1: With davfs2: # apt-getinstalldavfs2 # mkdir/media/akann # mount-tdavfshttp: // Login

Webdav command line client in Ubuntu Linux

Method 1: Use davfs2:

# Apt-get install davfs2

# Mkdir/media/akann

# Mount-t davfs http://www.linuxidc.com/dir/media/akann

In this way, you can copy and copy files like normal files, but the davfs file system cannot be used when some vps servers do not support the/dev/fuse module.

Method 2: Cadaver:

Simple

# Apt-get install cadaver

# Cadaver http://www.linuxidc.com/dir

Then you are prompted to enter the account password. The problem is that cadaver does not support https.

Method 3: curl is a gold oil

# Apt-get install curl

# Curl -- user Account name: Password-T file name https://www.linuxidc.com: 443/dir -- trace-ascii goo.txt

Download:

# Curl -- user: Account name: Password https://www.linuxidc.com/dir/file Name> file name

Unfortunately, no process entries are displayed in curl.

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.