Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[filespec]
include = copy_local2webdav
source_dir = /tmp/test/jade/out
file_spec = \.txt$

[recursive]
include = copy_local2webdav
source_dir = /tmp/test/jade/out
file_spec = \.txt$
recursive = true

Example: transfer from local file system to WebDAV server behind a Proxy

First we make a global profiles for the proxy parameter.

Code Block

[proxy]
proxy_host = proxy.sos
proxy_port = 3128
#optional
#proxy_user     = 
#proxy_password =

The profile proxy will be included in other profiles like

Code Block

[filespec]
include = copy_local2webdav, proxy
source_dir = /tmp/test/jade/out
file_spec = \.txt$

and so you have the above example with file_spec and proxy