Skip to content
gauravkumar37 edited this page Mar 12, 2013 · 2 revisions

CLIPBOARD RDC

DISCLAIMER

This project is release under GNU GPL v3 license. In short this means that this is a free software. "Free software" is a matter of liberty, not price. To understand the concept, you should think of "free" as in "free speech", not as in "free beer". When you redistribute this software, please credit the original author.

Copyright (C) 2012 Gaurav Kumar

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.

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.

INTRO

Easily share files via Clipboard of Remote Desktop Connections (RDC)

Have you ever been in a situation where you just wanted to transfer a very small file from one PC to another at your office but had limited number of connectivity options between the two? Have you ever felt like there should be a super fast way to transfer small files with ease? Clipboard RDC is here to rescue you.

Currently, windows users have no way of transferring files to or from servers connected via remote desktop connections (RDC), unless they enable the sharing of disk drives which possess a whole lot of risk by exposing your entire drive contents. Moreover, LAN connectivity between servers are disabled most of the times in enterprises. Yes, of course there are FTP connections available many times but frankly speaking if you wanted to transfer a very small file, say, just an XML file from one server to another, would you take the pain of opening the FTP connection on the both the machines and then uploading and downloading the files and then also making sure that the file is deleted thereby freeing up the server space from FTP. Not to mention the port issues you can experience with the same configuring your firewall.

COMPILING

Just import the project into eclipse. All the required libraries and sources have been included in the project.

EXECUTING

Execute the class file com.hcl.ClipboardRdc

DISTRIBUTABLE

A distributable jar has also been packed inside the /dist folder.