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