Ssh (scp) Send Files From Windows To Your Linux Box
|
Not all of us have the luxury of working both at home and at work on a UNIX based system. However that doesn't mean you can't transfer files safely and securely between the two systems.
Due to a firewall, I'm unable to use FTP on a non-standard port, from my work, however I am able to use SSH to connect to my home computer.
There are many different clients for Windows based systems for SSH connections, however I am fond of PuTTy myself. This document will give you a very brief overview of how to send files from your Windows PC, from a command prompt, to your UNIX style server.
Once you have installed the PuTTy Client (full package not just the putty.exe), open a command prompt on your Windows PC (start menu > run > cmd).
You.re putty client may not be in your path, so change directory to where the program is installed, or copy the 'pscp' executable to your c: for ease of use.
Pscp is the SCP client that comes with the PuTTy package. Normally SCP is used for transferring files securely between UNIX based systems, but it's been ported over with the windows based clients.
The following is an example of how to transfer a file using pscp:
C:pscp -l yourname C:PicturesPictures*.jpg
my.server.com:/home/yourname/tmp/
This will transfer all the jpg files from the Pictures directory one at a time to your server. After you hit enter the server should ask you for your password on that system before it continues. There are many additional options for you to use that will help you make things a bit quicker, like the recursive option, so all subdirectories will get moved also.
Some of the more important options are as follows:
-P 1234 Specifies port 1234 is open for SSH
-l yourname Specifies the username you want to login with
-r Specifies recursive transfer of all subdirectories
-v Specifies verbose mode
-q Specifies quiet mode, and will not display the little statistics bar during the transfer
-C Specifies compress is enabled
-pw yourpass Specifies your password, if you do not use this, it will prompt you instead.
This pretty much covers the basics of transferring files from windows to unix via SCP.
Ken Dennis
Ken.Dennis@Gmail.comhttp://KenDennis-RSS.homeip.net/
|
|
|
15 Questions To Ask Your Software Vendor
When making a decision to buy any piece of software there are a number of criteria typically evaluated. One of the most important elements in the decision process is the strength of the company that builds the software. In fact a survey of 19,000 customers has identified that company strength is the most important factor in choosing software, with the price of the software being the fifth most important element.In evaluating a company's strength I would suggest you ask the following 15 questions, the answers to which will provide invaluable information in determining the viability of the company, their processes and their commitment to the product you are reviewing....(related: Software)
What Is Software Piracy?
There are several kinds of software piracy. The bottom line is when software is pirated, the developer does not receive compensation fo...(related: Software)
Helping Newbies Understand Professional Software
The Windows registry is a huge database that ensures normal computer operation. Installing and uninstalling software can make your registry a mess, leading to decreased PC performance and causing computer crashes. Find out how you can fix this and other problems yourself.Registry MecicRegistry Medic uses a highly intelligent engine to scan your computer's registry for invalid registry entries. With the click of a button, you are able to repair or remove registry entries that refer to a file or folder that has been moved or deleted. You can also scan and remove invalid software data and Start menu data from the registry. Furthermore, this easy-to-use utility can kill trojan viruses that use the registry to spread and do damage to your PC.
Protect Your Most Vital Business Asset With Security Software
Homeland security, airport security, Internet security â?" these days weâ??re literally inundated with a need to protect ourselves and our property from the non-stop bombardment of potentially damaging attacks by unknown sources...(related: Software)
Free Software: How Not To Get More Than You Bargained For!
I completed an experiment recently. I wanted to find out exactly what software I could get free on the Internet. My main focus was for software to include utilities and useful home business applications.I completed various searches for free software and related keywords on the leading search engines.What I found were thousands of web sites, proclaiming for you to be able to download software for free. Or at least a "try before you buy" basis.What I found was stunning.It seems once I downloaded a few of these ...(related: Software)
Three Steps To Windows Safety Heaven
Now there are Three Steps To HeavenJust listen and you will plainly seeHow virus and hackers attack and de...(related: Software)
Device Driver Basics
Most people understand that the "hardware" part of their computer is the real physical parts, like the keyboard, mouse, modem, hard drive and so on. They understand that the "software" is computer bits stored on the hard drive, CD-ROM, or other storage media. But most people are a little hazy about exactly what a "driver" is.In this article, I'm going to reveal in plain English what a driver is, why we need drivers, and exactly where the drivers are hiding. To give you a basic understanding, I'm going to go back, way back, to the early days of computers.The Early DaysThe year is 1981 and the world is in the midst of a severe resession. IBM's main frame business has slowed and the company is losing money. Up until now they had been laughing at the array of microcomputer...(related: Software)
Microsoft Great Plains Middle East - Arabic Language Support
Microsoft Business Solutions Great Plains is marketed for mid-size companies in North America, Europe, Asia Pacific, as well as in Middle East.One of the strengths of Great Plains is its ability to be localized. This makes Great Plains compatible with almost all countries in the world. Before, countries with different character sets like Chinese, Japanese, and Arabic are forced to use English in their Great Plains instal...(related: Software)
Rapid Application Development - Is It Really A Need Of Today?
Rapid Application Development (RAD) is a software development methodology. In this competitive world, software product delivery time should be as little as it can be. The RAD is a way to this. As the name suggests, RAD technique allows RAPID application development, with development time, usually, 30 to 90 days.Before touching upon the topic in details, I would like to make you feel that you are not away from this methodology.The code generators, visual tools like Visual Basic (VB) and Visual C++ (VC++), and CASE tools like Rational Rose are based on RAD technique. For e.g., you design your application with Rational Rose and it can then automatically generate code in languages like C++, VC++ or VB. If you have worked with tools like MS Fro...(related: Software)
site-map - Copyright © 2008 | Contact Webmaster | All Rights Reserved. | Software