putty use: transfer file from local computer to server

Transfer file from computer(window) to server

prepare: download puttry.exe and pscp.exe from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

1. open cmd window

2. "set PATH=C:\Program Files\PuTTY" (where pscp.ext locates)

3. "pscp sourcetest.jpg [email protected]:/home" (pscp scource destination)

4. type in password

时间: 2024-10-25 06:03:37

putty use: transfer file from local computer to server的相关文章

How to manually remove an infected file from your computer

http://blog.csdn.net/pipisorry/article/details/41258577 How to manually remove an infected file from your computer In order to manually remove an infected item from your computer you need to perform the following steps: 1. Restart the computer in Saf

How to copy remote computer files quickly to local computer

if we want copy file from VM(Remote VM) to local computer. Always can not easy copy file so easy. now U can copy file easy by this steps. Step 1: use command run mstsc to open the remote desk connection and fill in the right IP. step 2: click the bot

error: <class 'xml.parsers.expat.ExpatError'>, syntax error: line 1, column 0: file: /usr/local/lib/python2.7/xmlrpclib.py line: 557

当linux设备上开启sonar6.2时, supervisorctl status报如下错误: error: <class 'xml.parsers.expat.ExpatError'>, syntax error: line 1, column 0: file: /usr/local/lib/python2.7/xmlrpclib.py line: 557 关闭sonar6.2时,报如下错误: error: <class 'socket.error'>, [Errno 113]

mysqld_safe启动报错 mysqld_safe The file /usr/local/mysql/bin/mysqld does not exist or is not executable

报错(如下),但是使用mysqld直接启动没有问题. 150718 00:03:38 mysqld_safe Logging to '/var/log/mysqld.log'. 150718 00:03:38 mysqld_safe The file /usr/local/mysql/bin/mysqld does not exist or is not executable. Please cd to the mysql installation directory and restart t

Error: Could not stat() command file &#39;/usr/local/nagios/var/rw/nagios.cmd&#39;!

Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'! 解决方法: setenforce 0 Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!,码迷,mamicode.com Error: Could not stat() command file '/usr/local/nagios/var/rw/

异常/usr/bin/install: cannot create regular file `/usr/local/jpeg6/include/jconfig.h&#39;

出现下列异常: /usr/bin/install -c -m 644 jconfig.h /usr/local/jpeg6/include/jconfig.h /usr/bin/install: cannot create regular file `/usr/local/jpeg6/include/jconfig.h': No such file or directory make: *** [install-headers] Error 1 原来要创建对应的目录,命令如下: mkdir -p

PHP 5.6启动失败failed to open configuration file &#39;/usr/local/php/etc/php-fpm.conf&#39;

PHP编译安装完毕,启动失败,提示 1 [23-Jun-2014 12:27:02] ERROR: failed to open configuration file '/usr/local/php/etc/php-fpm.conf': No such file or directory (2) 2 [23-Jun-2014 12:27:02] ERROR: failed to load configuration file '/usr/local/php/etc/php-fpm.conf' 3

mysql初始化错误【一】Can&#39;t find error-message file &#39;/usr/local/mysql/errmsg.sys&#39;

环境:CentOS 7.2 MySQL 5.7.18 从mysql官方网站下载rpm包到服务器本地,依次安装下面的RPM包: mysql-community-common-5.7.18-1.el7.x86_64.rpm mysql-community-server-5.7.18-1.el7.x86_64.rpm mysql-community-client-5.7.18-1.el7.x86_64.rpm mysql-community-libs-5.7.18-1.el7.x86_64.rpm m

aclocal: error: aclocal: file &#39;/usr/local/share/aclocal/wxwin.m4&#39; does not exist

1. 查找wxwin.m4文件 mdfind -name wxwin.m4 2. 删除/usr/local/share/aclocal/wxwin.m4,建立软连接 cd /usr/local/share/aclocal/ rm wxwin.m4 ln -s /usr/local/*/**/***l/wxwin.m4 wxwin.m4 aclocal: error: aclocal: file '/usr/local/share/aclocal/wxwin.m4' does not exist