~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to parts/copyto/README.dox

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** \class CopyToPart
 
2
Plugin that does basic filecopying using KIO.
 
3
 
 
4
This plugin can be used in webbased projects (PHP) to upload a local file to the server.
 
5
It also makes a nice compilment to the FileSelector plugin which can browser remote filesystems.
 
6
Using the CopyTo plugin it is now possible to download what you find.. ;)
 
7
 
 
8
Still very basic, doesn't do a lot of the niceties one expects (history, error checking..)
 
9
 
 
10
'Traditional' works like 'cp'. All selected files are copied to one target directory.
 
11
 
 
12
'Relative' copies files to the target directories maintaining the relative path of the
 
13
files. This only works if the target directories already exists and will silently fail if not.
 
14
 
 
15
 
 
16
 
 
17
\authors <a href="mailto:jens.dagerbo AT swipnet.se">Jens Dagerbo</a> aka teatime
 
18
 
 
19
*/