The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:File::Remote"

File::Remote - Read/write/edit remote files transparently River stage zero No dependents

This module takes care of dealing with files regardless of whether they're local or remote. It allows you to create and edit files without having to worry about their physical location on the network. If a file passed into a function is of the form "...

NWIGER/File-Remote-1.17 - 10 Jan 2005 21:51:10 UTC

File::Slurp::Remote::BrokenDNS - discover canonical hostnames, sometimes with `hostname` River stage one • 4 direct dependents • 4 total dependents

This module finds canonical fully qualified domain names. It ties the hash %fqdnify to map from hostnames to canonical fully qualified domain names. If the environment variable "BROKEN_DNS_WORKAROUND" is set, then it uses "ssh" and "hostname" to do t...

MUIR/File-Slurp-Remote-0.44 - 03 Mar 2012 07:09:11 UTC

File::Slurp::Remote::SmartOpen - open files locally or remotely automatially River stage one • 4 direct dependents • 4 total dependents

This module provides one function: "smartopen($file, $fd, $mode)". The function looks at the filename. If it has a colon in it, then it assumes that what comes before the colon is a hostname. If that hostname is not the hostname of the local system, ...

MUIR/File-Slurp-Remote-0.44 - 03 Mar 2012 07:09:11 UTC

File::Slurp::Remote::CanonicalHostnames River stage one • 4 direct dependents • 4 total dependents

Some people use real hostnames with forward and reverse DNS set up correctly. Other people do not. Sometimes there is more than one name for a host. Because of these variations, Proc::JobQueue cannot depend on any one way to figure out if two hostnam...

MUIR/File-Slurp-Remote-0.44 - 03 Mar 2012 07:09:11 UTC

SMB::File - Remote or local file abstraction for SMB River stage zero No dependents

This class implements an SMB file abstraction for a client or a server. This class inherits from SMB, so msg, err, mem, dump, auto-created field accessor and other methods are available as well....

MIGO/SMB-0.09 - 13 May 2018 16:06:23 UTC

File::Rdiff - generate remote signatures and patch files using librsync River stage zero No dependents

A more-or-less direct interface to librsync (<http://librsync.sourceforge.net/>). For usage examples (better than this very sparse documentation), see the two example scripts below. POD ERRORS Hey! The above document had some coding errors, which are...

MLEHMANN/File-Rdiff-1.0 - 24 Jul 2008 21:06:11 UTC

File::AnySpec - perform operations on foreign (remote) file names River stage zero No dependents

Methods in this package, perform operations on file specifications for operating systems other then the current site operating system. The input variable *$fspec* tells the methods in this package the file specification for file names used as input t...

SOFTDIA/File-AnySpec-0.06 - 09 Apr 2004 19:20:08 UTC

File::Rsync - perl module interface to rsync(1) http://rsync.samba.org/rsync/ River stage one • 5 direct dependents • 7 total dependents

Perl Convenience wrapper for the rsync(1) program. Written for *rsync-2.3.2* and updated for *rsync-3.1.1* but should perform properly with most recent versions. File::Rsync::new $obj = new File::Rsync; or $obj = File::Rsync->new; or $obj = File::Rsy...

LEAKIN/File-Rsync-0.49 - 10 Mar 2016 15:55:42 UTC

File::Fetch - A generic file fetching mechanism River stage three • 27 direct dependents • 101 total dependents

File::Fetch is a generic file fetching mechanism. It allows you to fetch any file pointed to by a "ftp", "http", "file", "git" or "rsync" uri by a number of different means. See the "HOW IT WORKS" section further down for details....

BINGOS/File-Fetch-1.04 - 18 Jan 2022 20:50:47 UTC

Padre::File - Common API for file functions River stage two • 56 direct dependents • 56 total dependents

"Padre::File" provides a common API for file access within Padre. It covers all the differences with non-local files by mapping every function call to the currently used transport stream....

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC

File::RsyncP - Perl Rsync client River stage zero No dependents

File::RsyncP is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.5 - 2.6.3 (protocol versions 26-28). It can send or receive files, either by running rsync on the remote machine, or connecting to an rsyncd deamon on the remot...

CBARRATT/File-RsyncP-0.76 - 25 Sep 2020 20:39:33 UTC

DataStore::CAS - Abstract base class for Content Addressable Storage River stage one • 1 direct dependent • 1 total dependent

This module lays out a very straightforward API for Content Addressable Storage. Content Addressable Storage is a concept where a file is identified by a one-way message digest checksum of its content. (usually called a "hash") With a good message di...

NERDVANA/DataStore-CAS-0.08 - 01 Dec 2023 07:45:21 UTC

File::RsyBak - Backup files/directories with histories, using rsync River stage one • 2 direct dependents • 2 total dependents

This module is basically just a wrapper around rsync to create a filesystem backup system. Some characteristics of this backup system: * Supports backup histories and history levels For example, you can create 7 level-1 backup histories (equals 7 dai...

PERLANCAR/File-RsyBak-0.361 - 11 Mar 2019 11:14:21 UTC

File::Package - test load a program module with a package of the same name River stage zero No dependents

One very useful test of the installation of a package is whether or not the package loaded. If it did not load, the reason it did not load is helpful diagnostics. This information is readily available when loaded at a local site. However, it the load...

SOFTDIA/Net-Netid-0.02 - 04 Aug 2003 21:25:45 UTC

File::Package - test load a program module with a package of the same name River stage zero No dependents

One very useful test of the installation of a package is whether or not the package loaded. If it did not load, the reason it did not load is helpful diagnostics. This information is readily available when loaded at a local site. However, it the load...

SOFTDIA/Proc-Command-0.04 - 27 Jul 2003 17:24:58 UTC

File::Package - test load a pm and import symbols without eval and $@ misbehavoirs River stage zero No dependents

In a perfect Perl, everything would behave exactly the same running under "eval". Many times the reason to use an "eval" is the anticipation that the expression may die. When that happens, a perfect Perl would have deposited all the output fromm the ...

SOFTDIA/File-Package-0.06 - 26 Apr 2004 21:23:30 UTC

File::DirSync - Syncronize two directories rapidly River stage zero No dependents

File::DirSync will make two directories exactly the same. The goal is to perform this syncronization process as quickly as possible with as few stats and reads and writes as possible. It usually can perform the syncronization process within a few mil...

BBB/File-DirSync-1.22 - 27 Aug 2007 16:46:03 UTC

Net::FTP::File - Perl extension for simplifying FTP file operations. River stage zero No dependents

DMUEY/Net-FTP-File-0.06 - 22 Apr 2009 15:51:07 UTC

File::AptFetch - perl interface onto APT-Methods River stage zero No dependents

Shortly: * Methods are usual executables. Hence F:AF forks. * There's no command-line interface for methods. The IPC is two pipes (*STDIN* and *STDOUT* from method's POV). * Each portion of communication (named message) consists of numerical code wit...

WHYNOT/File-AptFetch-v0.1.15 - 08 Jan 2023 04:20:16 UTC

Win32API::File - Low-level access to Win32 system API calls for files/dirs. River stage two • 5 direct dependents • 37 total dependents

This provides fairly low-level access to the Win32 System API calls dealing with files and directories. To pass in "NULL" as the pointer to an optional buffer, pass in an empty list reference, "[]". Beyond raw access to the API calls and related cons...

CHORNY/Win32API-File-0.1203 - 12 Mar 2016 19:33:15 UTC
41 results (0.05 seconds)