Main > Free Download Search >

Free copying files software for linux

copying files

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10522
Copy file or directory path 0.2

Copy file or directory path 0.2


Copy file or directory path is a service menu that can copy the full path of file or directory to klipper. more>>
Copy file or directory path is a service menu that can copy the full path of file or directory to klipper.

<<less
Download (MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1059 downloads
PHP File Browser 3.27

PHP File Browser 3.27


php file browser is a simple Web-based file browser. more>>
php file browser is a simple Web-based file browser.
php file browser allows the user to upload files, delete, copy, make directories and paste files and directories. It has two access levels: one for admin, one for guest.
Access for guests can be optionally password protected.
Enhancements:
- A PHP file source viewer was added.
- The directory lister now works much faster than in older versions.
- Big changes were made in the class files.
<<less
Download (0.088MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1400 downloads
gFast File 0.1.1

gFast File 0.1.1


gFast File is a file manager like Nautilus or Konkeror. more>>
gFast File is a file manager like Konqueror or Nautilus. You can work with your files with classical operations: Copy, Move, Rename and Open like others but with gFast File you have a work queue with all your operations. gFast File work to complete all task without your attention.
gFast File is programmed with MONO, C#, GTK# and Glade.
Main features:
- Written in MONO and GTK.
- Under GNU License
- History with all the directories that you visited.
- Bookmarks with your favourites directories.
- Work queue, with Copy, Move and Delete operations. Work without your attention
- Easily add new targets to open files editing know_files.xml file.
<<less
Download (0.81MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1082 downloads
Mailing List 1.04

Mailing List 1.04


Mailing List is a Web-based, full-featured mailing list and newsletter system. more>>
Mailing List project is a Web-based, full-featured mailing list and newsletter system. Users can subscribe and unsubscribe themselves.
Email confirmation is used for new subscriptions. The list of subscribers to a list can be imported and exported.
Installation:
- copy all files to your web host
- use phpmyadmin or your mysql interface to run site.sql against your database.
- open site.xml and edit the database section with your database details.
- go to index.php and login with username of admin with a password of test.
Setup the site.xml file with your database settings as follows.
< database type="mysql" >
< server >database server address< /server >
< login >database login< /login >
< password >database password< /password >
< default >mysql database name< /default >
< /database >
Add this to your ".htaccess" file to prevent viewing of the xml config file.
< Files ~ ".xml" >
Order allow,deny
Deny from all
Satisfy All
< /Files >
Enhancements:
- A problem with the SQL setup file which caused the setup to fail on some systems was fixed.
<<less
Download (0.18MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1186 downloads
FTP Copy 0.2

FTP Copy 0.2


FTP Copy (fcp for short) is a program which currently has the ability to copy single files from your computer into any folder in more>>
FTP Copy (fcp for short) is a program which currently has the ability to copy single files from your computer into any folder in any ftp site via the command line. Its definetly not the best of its kind, but it gets the job done with minimal fuss. Both active and passive mode are supported.
Active and passive mode are supported. In the future the program may be extended to support wildcard copying, copying from the server, directory listings and other such features. If anyone wishes to add these features to the current codebase, mail me the new code and ill put it up.


To install the code under Linux (or possibly in other POSIX compatible environments), run the script compile.sh (sh compile.sh). That should compile the code into the executable file fcp.
<<less
Download (0.210MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1231 downloads
ftpcopy 0.6.7

ftpcopy 0.6.7


ftpcopy is a FTP mirror software. more>>
ftpcopy is a simple FTP client written to copy files or directories (recursively) from a FTP server.
It was written to mirror FTP sites which support the EPLF directory listing format, but it also supports the traditional listing format (/bin/ls) And may also be used to simply copy files.
ftpls is a FTP client which generates directory listings, either in plain text or HTML.
Only support passive mode FTP. There is no plan to support active mode.
Enhancements:
- fix compile time problem with gcc 3.4 and the gcc-3.3.3 of SuSE 9.1.
<<less
Download (0.13MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1642 downloads
Bundle::POPFile 1.01

Bundle::POPFile 1.01


Bundle::POPFile package contains the modules needed by POPFile in one clean bundle. more>>
Bundle::POPFile package contains the modules needed by POPFile in one clean bundle.

SYNOPSIS

perl -MCPAN -e install Bundle::POPFile

CONTENTS

BerkeleyDB
DBI
Date::Format
Date::Parse
Digest::MD5
Encode
Encode::Guess
File::Copy
File::Find
File::Path
Getopt::Long
HTML::Tagset
HTML::Template
IO::Handle
IO::Select
IO::Socket
IO::Socket::SSL
IO::Socket::Socks
MIME::Base64
MIME::QuotedPrint
Sys::Hostname
Text::Kakasi
XMLRPC::Transport::HTTP

<<less
Download (0.002MB)
Added: 2007-05-26 License: Perl Artistic License Price:
882 downloads
Daizu::File 0.3

Daizu::File 0.3


Daizu::File is a Perl class representing files in working copies. more>>
Daizu::File is a Perl class representing files in working copies.

Each object of this class represents a particular file in a Daizu CMS working copy (a record in the wc_file table).

METHODS

Note that all the functions which return the value of a Subversion property will strip leading and trailing whitespace, and treat a value which is empty or entirely whitespace as if it wasnt set at all.

Daizu::File->new($cms, $file_id)

Return a new Daizu::File object for the file with the specified ID number.

$file->data

Return a reference to a string containing the file data (content).

$file->wc

Return a Daizu::Wc object representing the working copy in which this file lives.

$file->guid_uri

Return the GUID URI for this file.

$file->directory_path

Returns the path of a directory, either the same as the file if its a directory itself, or the path of its parent directory, or if its at the top level.

$file->permalink

Returns the first URL generated by the file, which will be the URL you want to link to most of the time. For articles this will always be the normal HTML version of the article, even if there are also other URLs available for it, and it will always be the first page of multipage articles. For non-article files there is no guarantee about what this will return, but most will only generate a single URL anyway, and for those that dont generators are likely to return the most linkable URL first.

The URL returned is an absolute URL provided as a URI object.

Returns nothing if the file doesnt generate any URLs.

There are some cases where this might not be what you want. For example, the root directory of a website using Daizu::Gen will either not generate a URL at all, or will generate one for a Google sitemap XML file, neither of which is likely to be useful for linking. To get the URL of the website you would probably need to find a file called something like _index.html. On the other hand, the Daizu::Gen::Blog generator will give you a sensible URL for the blog homepage if you call this on its root directory.

$file->urls_in_db($method, $argument)

Return a list of the URLs (plain strings, each an absolute URI) of the file which have the specified method and argument values, drawing from the url table in the database.

$file->article_urls

Return information about the URLs which the file should have, if it is an article. Fails if it isnt.

<<less
Download (0.41MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
WebFileSystem 3.0

WebFileSystem 3.0


WeFileSystem is a web-based , user frienldy interface, multi user, File Manager, php&mysql. more>>
WeFileSystem is a web-based , user frienldy interface, multi user, File Manager, php&mysql.You can upload, download, copy, delete files&folders, share folders with other users. Rules for powerusers and users, advanced search history tool, manageable mail notifications & more.
Enhancements:
- 1.Download links
- 2.Full History search
- 3.Sent mail database log
- 4.user specific quotas
- 5.Admin Manual
- for those who want to use the JUpload applet , download and copy the jar file in the JUpload folder. and use it by ticking the use progress bar tickbox when uploading
<<less
Download (0.16MB)
Added: 2006-06-20 License: MPL (Mozilla Public License) Price:
1222 downloads
Apache File Manager 0.19

Apache File Manager 0.19


Apache File Manager is an Apache mod_perl Web server filemanager. more>>
The Apache::FileManager module is a simple HTML file manager. It provides file manipulations such as cut, copy, paste, delete, rename, extract archive, create directory, create file, edit file, and upload files.
It also has the ability to rsync the server htdocs tree to another server with the click of a button.
Enhancements:
- prevented file edit screen from opening when cancel is clicked when creating new filenames
- fixed up documentation
<<less
Download (0.012MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1644 downloads
FileTraq 0.2

FileTraq 0.2


FileTraq is designed to be run periodically from the root crontab. more>>
FileTraq software is designed to be run periodically from the root crontab. Each time, it compares a list of system files with the copies that it keeps. Any changes are reported in diff or patchfile style, and dated backup copies are kept.
Whats that good for?
Its designed to be an easy way to ensure that no system files are changed
without your knowledge. If youre worried about people breaking in and
changing things without you noticing, or just worried about the other guy
with root on the box changing things and forgetting to tell you, its a good
way to keep tabs on configuration files.
It can even be useful to add some sanity to your own life, by reminding you
when files are changed. If you keep track of the messages you get back from
FileTraq, youll have a rudimentary file history that will allow you to flip
back to see when you changed a certain thing. Dated backups are also kept,
just in case you nuke a file.
Hows it work?
Its just a little shell script that reads a list of files to watch, runs diff
against each file and its backup, and reports any discrepancies, along with
keeping a dated backup of the original.
Is there anything wrong with it?
Right now, it doesnt take care of its backups very well. The dated backups
will accumulate in the backups directory, bounded only by diskspace. If anyone
has an idea for a SIMPLE way to keep backups in check, let me know.
It only handles text files -- this isnt a Tripwire replacement for use with
system binaries. I suppose it could be, though.
FileTraq is not well tested or hardened. It runs as root, but all of its
config files should only be accessible by root. No security holes are known
at this time, but please be careful.
Enhancements:
- a few new features
<<less
Download (0.010MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
850 downloads
PyGogear 5.9

PyGogear 5.9


PyGogear is a tool for using the Philips GoGear MP3 players under Linux. more>>
PyGogear is a tool for using the Philips GoGear MP3 players under Linux. The GoGear Philips HDD0xx series of MP3 players can be mounted with the usb-storage module, but merely copying MP3 files onto it is not enough, since the player needs to read information about the tracks from a Sqlite database file, usually named MyDb.
This program reads the ID3v1 tags from the MP3 files placed on the player and inserts the most important ones in the database.
Written in Python. Beta development stage. HIGHLY experimental.
Please read the README file included for a careful usage and more info.
Enhancements:
- Support for Python 2.3 was added.
- Some bugs in reporting missing modules were fixed.
- Output formatting was made nicer.
<<less
Download (0.014MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1522 downloads
Transcogg 1.1

Transcogg 1.1


Transcogg software is an amarok script to shrink your files (MP3 or OGG) before copying them to your devices. more>>
Transcogg software is an Amarok script to shrink your files (MP3 or OGG) before copying them to your devices.

It reduces the quality of the tracks copied to the devices ( oggenc -q 0 )

You need a device that supports Ogg/Vorbis to benefit of this script.

You have to ask Amarok to convert file "if possible" if you want the OGG files to be reduced.

<<less
Download (0.003MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
806 downloads
Quarantine firewall 0.2.1a

Quarantine firewall 0.2.1a


Quarantine firewall is yet another firewall that has masquerade, type-of-service, and traffic shaping features. more>>
Quarantine firewall is yet another firewall that has masquerade, type-of-service, and traffic shaping features.

Simply do make install. It will copy the module files, qconfig, qmodule and a sample configuration file to /etc/quarantine.d. quarantine and netrouter then goes to /etc/init.d.


The configuration file /etc/quarantine.d/rc.quarantine can be edited manually (see README file) or via the configuration utility qconfig.

The thing youll have to do is creating a symlink in /etc/rc.d/rc[whatever].d named S99netrouter and K00netrouter pointing at /etc/init.d/netrouter.

The firewall script (quarantine) is designed to get the hosts IP adress when connecting to the internet. Youll need to put a /etc/init.d/quarantine start in the /etc/ppp/ip-up file - also insert a /etc/init.d/quarantine stop in the /etc/ppp/ip-down script file.

<<less
Download (0.026MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1203 downloads
PeaZip For Linux 2.2

PeaZip For Linux 2.2


Free archiver utility, open 7Z, ACE, PAQ, TAR, RAR, ZIP, encrypt and split files more>> PeaZip is an open source file and archive manager for 32 and 64 bit Windows (9x, 2000, XP, Vista) and Linux.
For both platforms it is available as installable or portable package, not needing installation.
Full support: 7Z, 7Z-sfx, ARC/WRC, BZ2/TBZ2, GZ/TGZ, PAQ/LPAQ, PEA, QUAD/BALZ, split, TAR, UPX, ZIP.
Open, browse, extract, test: ACE, ARJ, CAB, CHM, COMPOUND (MSI, DOC, XLS, PPT), CPIO, ISO, Java (JAR, EAR, WAR), Linux (DEB, PET/PUP, RPM, SLP), LHA/LZH, LZMA, NSIS, OOo, PAK/PK3/PK4, RAR, SMZIP, U3P, WIM, XPI, Z/TZ (71 file extension supported).
Other features: powerful search and filter functions, robust file copy, split/join files, quick or secure file deletion, compare/checksum/hash files, system benchmark, generate random passwords and keyfiles, two factor authentication, strong encryption (AES256).
PeaZip allows to: create/extract multiple archives at once, save archives layout, save job definition as command line (to be inspected, or used in scripts), save job logs.
The user interface is skinnable for colors, transparence and icons.
<<less
Download (3.24MB)
Added: 2009-04-22 License: Freeware Price: free
185 downloads
 
Other version of PeaZip For Linux
PeaZip for Linux 2.1Other features: robust file copy, split/join files, quick or secure file deletion, byte to ... PeaZip allows to: browse files and archives (with multiple inclusion and exclusion filters
License:Freeware
Download (5.47MB)
182 downloads
Added: 2009-04-24
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5