Download Latest Version RemoteCopy-src-1.1.1.zip (119.9 kB)
Email in envelope

Get an email when there's a new version of RemoteCopy

Home
Name Modified Size InfoDownloads / Week
Readme.txt 2015-03-23 2.6 kB
RemoteCopySetup.msi 2015-03-23 1.5 MB
RemoteCopy-src-1.1.1.zip 2015-03-23 119.9 kB
RemoteCopy-src-1.1.0.zip 2014-07-24 119.6 kB
RemoteCopy-src-1.0.2.zip 2014-07-23 119.4 kB
RemoteCopy-src-1.0.1.zip 2014-06-09 118.6 kB
RemoteCopy-src-1.0.0.rar 2014-05-23 107.8 kB
Totals: 7 Items   2.1 MB 0
-------------------------------------------------------------------------------------------------------------------
RemoteCopy 
Written by Brice Maurin (C) 2013-2014

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

---------------------------------------------------------------------------------------------------------------------------------
	PURPOSE :  Coping files and folders on remotes machines 
                     
                  
   Version	   Date		Autor     	Description
---------------------------------------------------------------------------------------------------------------------------------
v1.0.0		22/05/14	BMAU		Creation.
v1.0.1		08/06/14	BMAU		bug fix with ping function
									bug fix: subdirectories are not copied with a relative path
v1.0.2		23/07/14	BMAU		bug fix: directories ignored when * character is used in a source path
v1.1.0		24/07/14	BMAU		the console messages are translated in english
v1.1.1		23/03/15	BMAU		Few bugs fixes
----------------------------------------------------------------------------------------------------------------------------------

	REQUIREMENTS:
 .NET Framework v4.0 or better.
 PowerShell v2.0.

	USE :
RemoteCopy.exe [-m] [-u] [-p] [-s] [-d] [--help]
Paramètres :
	-m: ip address of remote machine or list of address
	-u: user (remote login)
	-p: password
	-s: directory or sources files to copy
	-d: destination 
	--help: display help
Exemples :
	> RemoteCopy.exe -m 172.16.197.3 -u administrateur -p password -s "C:\informatique\fic.txt" -d "C:\Documents and Settings\vendeur\Bureau"
	> RemoteCopy.exe -m 172.16.197.3 -u administrateur -p password -s "C:\informatique\*" -d "C:\Documents and Settings\vendeur\Bureau"
	> RemoteCopy.exe -m K:\list_ip.txt -u administrateur -p password -s "C:\informatique\Repertoire" -d "C:\Documents and Settings\vendeur\Bureau"
NB :
	> to copy to or from a drive, you can use D: or D: \ but not "D: \".
	> character * can be used to select the files, but the program became case sensitive.

Source: Readme.txt, updated 2015-03-23