Hi, i am newbie. I have problems to transfer files between Linux to Windows. Here goes mi situation.
I have already install pscp in windows, i tested it typing pscp in command line, its ok. I have read that pscp is primordial to perform the transfers.
The problem is the next: i am located in /root, trying to transfer install.log to c:\temp, doing the next: pscp.exe root@192.168.x.x: /root/install.log c:\temp
and the result is:
-bash: pscp.exe: command not found
I am searching in the internet for a solution but with no success yet. Could you help me please?
Hi all,
When i try to transfer some doc from one server to another, i met this problem.
[root@esjirp62 ~]# scp .bashrc esjirp62new:~/p62
root@esjirp62new's password:
bash: scp: command not found
lost connection
[root@esjirp62 ~]# which scp
/usr/bin/scp
Just in a few minutes ago, i was using scp and now it is not working any more.
Why is this happening?
How to transfer the file from Windows to Linux server, while using below code I getting issue.
Command:- $ scp C:\Users\patil20\Desktop\NAV.1184.test112345.dat username@hostname:/u/spatil20/test.da
ERROR in Linux:- ssh: C: Name or service not known
thanks,
santosh
Hi all,
I'm not quite a newbie having been using Linux for around a year now and think I know some of the basics at least. In the main it does what I want, some things better than they ever did on Window while some things frustratingly more awkward!
I have a load of music files that I'd like to search through and transfer some to the external sd card of my android phone. This was something that was a doddle during my Windows days but seems unbelievably difficult now. Back then I used a media player I loved, Mediamonkey, and could simply drag and drop whichever tracks I wanted, or right click and move to a device that way. Sadly this doesn't work too well with WINE though so is fine on XP through Virtualbox, apart from a lack of USB function.
I'm using Linux Mint 17.1 with a KDE desktop.
When I plug my phone into a USB port, it is recognised straight away as an android phone and I can navigate around it with no problems in Dolphin. I could look for each individual file and transfer them that way but with around 30,000 mp3s the task would take quite some time!
None of the media players I've tried so far recognise the phone or the storage on it.
I've installed Windows XP on Virtualbox and have Mediamonkey on there with all my audio files. I can't seem to get Virtualbox to recognise any USB devices so I can't transfer files that way either.
I find it annoying that, in effect, Android is a variety of Linux yet connectivity between the two is so complicated. Airdroid has been the best way that I've found but that's not an option.
I've been trying for 4 hours now and have got nowhere. If anyone can help I'd be grateful Thanks
In an attempt to solve another problem (transfer .avi files from a camera to a computer) I uninstalled Tumbler in the terminal via this command:
sudo apt-get remove tumbler
I was unable to transfer the .avi files so I re-installed tumbler in the terminal via this command:
sudo apt-get install tumbler
Joe here helped me find a solution to my transferring the .avi problem so that is no longer an issue, but when I turned my computer on this morning I got a window that said Tumbler had crashed. (see screenshots)
I know Tumbler has to do with thumbnails but I don't know the full scope of how. My thumbnails seem to be working fine as far as I can tell. So am I concerned about the crash, do I do anything about it or just let it go? Thanks.
hi guys,
i want to transfer my files from linux OS to Windows OS. how can i do that if I forgot my username and password of linux? is it still possible? thanks
Trying to transfer files over a vpn tunnel from a unix box to a windows box. Send syn and receive a syn/ack and then they keep retransmitting this till it dies. Is it a timing issue or a mtu issue.
Hi All,
Not able to find TREE command in EL6, its working fine in EL5. Need help on this.
Below are the details.
[root@localhost ~]# mkdir -p /college/sports/performer/cricket
[root@localhost ~]# tree /college/
-bash: tree: command not found
[root@localhost ~]# tree college/
-bash: tree: command not found
[root@localhost ~]# which tree
/usr/bin/which: no tree in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin: /usr/bin:/root/bin)
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-71.el6.x86_64 #1 SMP Wed Sep 1 01:33:01 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# id
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
Hello all
i need to install ns2.34 in centos 6.6
with this
http://bhavanme2011.blogspot.com/
but i can t install the packages
yum install autoconf
yum install automake
yum install gcc-c++
yum install libX11-devel
yum install libX-devel
yum install libXt-devel
yum install libXmu-devel
yum install xorg-x11-proto-deve
finally
yum update audit
when i execute it
i have this msg
Loaded plugins: fastestmirror, refresh-packagekit, security
You need to be root to perform this command.
Hi,
I have a target board running embedded Linux, and a host PC that runs Ubuntu. I want to be able to transfer files from the host PC to the target board through serial interface, (something like I have a terminal program on the host side that talks to the target, and I issue some command from the terminal to transfer a file to the target, the target receive the file and store it in some RAM location for later), How can I do it?
I know how to do this using ymodem on the host terminal and loady on target's u-boot command prompt, but how can I do it when target is running Linux?
Thank you all,
Wei
Hi all
Im a major newbie when it comes to linux, so im hoping this problem is relatively simple.
Appologies if ive posted to the wrong section, im not quite sure if this is the right place but tbh i wasnt sure where the right section would be...
Im currently trying to install a deep learning package called Caffe (http://caffe.berkeleyvision.org/inst...#prerequisites) on my university's linux server (it is for a project in one of my classes, have my lecturers full knowledge and consent to do so)
Unfortunately caffe has quite a few dependencies and even worse i do not have root access so i cannot install them properly
Ive been told i have to find a way to install to local directories under my account but am not entirely sure how to go about this (spent alot of time googling with no luck)
Most of the prerequisites i need are on RPM (redhats package manager), so essentially i just need to know how to use RPM without root,
what command do i need to do this? using the website RPMFind i was able to locate some of the packages i need to install ( one of which can be found here http://www.rpmfind.net//linux/RPM/fe....fc23.src.html)
using info from this site, how would i go about using RPM, or is there a way to search RPM through the commandline?
the university is running redhat enterprise 6.6, if that makes a difference