Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cadaver(1) [redhat man page]

cadaver(1)							   User Manuals 							cadaver(1)

NAME
cadaver - A command-line WebDAV client for Unix. SYNOPSIS
cadaver [-et][-V][-h] http://hostname[:port]/path DESCRIPTION
cadaver supports file upload, download, on-screen display, namespace operations (move and copy), collection creation and deletion, and locking operations. Its operation is similar to the standard BSD ftp(1) client and the Samba Project's smbclient(1). A user familiar with these tools should be quite comfortable with cadaver. OPTIONS
-e, --expect100 Enable sending of `Expect: 100-continue' header. -t, --tolerant Allow cd/open into non-WebDAV enabled collection; use if the server or proxy server has WebDAV compliance problems. -V, --version Display version information and exit. -h, --help Display this help message and exit. COMMAND REFERENCE
ls [path] List contents of current [or other] collection cd path Change to specified collection pwd Display name of current collection put local [remote] Upload local file get remote [local] Download remote resource mget remote... Download many remote resources mput local... Upload many local files edit resource Edit given resource less remote... Display remote resource through pager mkcol remote... Create remote collection(s) cat remote... Display remote resource(s) delete remote... Delete non-collection resource(s) rmcol remote... Delete remote collections and ALL contents copy source... dest Copy resource(s) from source to dest move source... dest Move resource(s) from source to dest lock resource Lock given resource unlock resource Unlock given resource discover resource Display lock information for resource steal resource Steal lock token for resource showlocks Display list of owned locks propnames res Names of properties defined on resource chexec [+|-] remote Change isexecutable property of resource propget res [propname] Retrieve properties of resource propset res propname value Set property on resource set [option] [value] Set an option, or display options open URL Open connection to given URL close Close current connection quit Exit program unset [option] [value] Unsets or clears value from option. lcd [directory] Change local working directory lls [options] Display local directory listing lpwd Print local working directory logout Logout of authentication session help [command] Display help message EXAMPLES
cadaver http://dav.example.com/ Connects to the server myserver.example.com, opening the root collection. cadaver http://zope.example.com:8022/Users/fred/ Connects to the server zope.example.com using port 8022, opening the collection "/Users/fred/". cadaver https://secure.example.com/ Connects to a server called secure.example.com using SSL. FILES
~/.cadaverrc Individual user settings that can override cadaver defaults. AUTHOR
Joe Orton <cadaver@webdav.org> SEE ALSO
ftp(1), smbclient(1) Unix January 2002 cadaver(1)

Check Out this Related Man Page

CFTP(1) 						    BSD General Commands Manual 						   CFTP(1)

NAME
cftp -- Conch command-line SFTP client SYNOPSIS
cftp [-B buffer_size] [-b command_file] [-R num_requests] [-s subsystem] DESCRIPTION
is a client for logging into a remote machine and executing commands to send and receive file information. It can wrap a number of file transfer subsystems The options are as follows: -B Specifies the default size of the buffer to use for sending and receiving. (Default value: 32768 bytes.) -b File to read commands from, '-' for stdin. (Default value: interactive/stdin.) -R Number of requests to make before waiting for a reply. -s Subsystem/server program to connect to. The following commands are recognised by : cd path Change the remote directory to 'path'. chgrp gid path Change the gid of 'path' to 'gid'. chmod mode path Change mode of 'path' to 'mode'. chown uid path Change uid of 'path' to 'uid'. exit Disconnect from the server. get remote-path [local-path] Get remote file and optionally store it at specified local path. help Get a list of available commands. lcd path Change local directory to 'path'. lls [ls-options [path]] Display local directory listing. lmkdir path Create local directory. ln linkpath targetpath Symlink remote file. lpwd Print the local working directory. ls [-l [path]] Display remote directory listing. mkdir path Create remote directory. progress Toggle progress bar. put local-path [remote-path] Transfer local file to remote location pwd Print the remote working directory. quit Disconnect from the server. rename oldpath newpath Rename remote file. rmdir path Remove remote directory. rm path Remove remote file. version Print the SFTP version. ? Synonym for 'help'. AUTHOR
cftp by Paul Swartz <z3p@twistedmatrix.com>. Man page by Mary Gardiner <mary@twistedmatrix.com>. REPORTING BUGS
Report bugs to http://twistedmatrix.com/bugs/ COPYRIGHT
Copyright (C) 2005-2008 Twisted Matrix Laboratories This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. BSD
October 8, 2005 BSD
Man Page