The scp tag has no wiki summary.
1
vote
0answers
21 views
How to trace all the file transfered into my ubuntu server
I just started a task and I'm trying to get a list of the all file transfer that is happening on my server, from outside the server, mean user sending file through ftp or scp just,
This task is just ...
1
vote
1answer
19 views
scp autocompletion displays websites as well as file names
When using autocompletion it reveals web sites and file names.
So if i type scp goo and then type the Tab key it displays
gooey.zip goo.freelogs.com: googleads.g.doubleclick.net: google.tucows.com:
...
0
votes
0answers
76 views
SSH/ SCP connection “Network is unreachable”
I have a problem with connecting to server via ssh. Everything was OK and I was connecting to server many times but today when i try connecting to server to send file using MC the program show me ...
1
vote
0answers
70 views
How do I copy files with SCP to /var/www?
I need to copy files from my computer to my server's folders in /var/www so they are uploaded to my cloud. Here's what I try to do:
I open my computer's terminal and type:
scp ...
0
votes
0answers
42 views
Avoiding character code problems in file names
Even though I have always been careful when copying files between partitions of different type, I repeatedly ran into the problem that after copying file names on the target disk where corrupted. ...
0
votes
1answer
207 views
Copy files from a server via ssh to dropbox.
I have a user in a linux server (Debian) with ssh access, and have some files on it. I need to copy the files to my Dropbox. but I donot want to copy to my Dropbox in my PC and Laptop, I want to first ...
1
vote
0answers
46 views
who is scping your ssh server
Just you can run w to find who is sshing into your server, how can you find out who is scping into an Ubuntu laptop?
0
votes
1answer
22 views
Copy app to Rackspace from Different Network
I want to copy files from my system to rackspace (aws), ( there is a way to use scp but i am in my office network, rackspace bought at aws), any package is there ? for this need.
Help me to copy my ...
0
votes
0answers
30 views
How check directories that i have rights to copy in terminal?
How check directories that i have rights to copy in terminal?
Sometimes when i do ls -la, i see drwxrwsrwx 4 ownername dirname ... but i tried to do scp -r into my own machine, but i get ...
1
vote
1answer
40 views
How to solve the access permission problem for any folders in ubuntu?
How to do I solve the access permission problem for any folders in Ubuntu??
I am currently trying to copy a folder from one Ubuntu to another Ubuntu machine using "scp" command.
scp -r foldername ...
2
votes
1answer
89 views
How to close sftp connections made by dolphin?
after using dolphin to connect to a ssh site, for example:
sftp://myserver.com
and using my user and pass... how can I close that connection so I can log in with another user? It does always auto ...
0
votes
1answer
87 views
how to mantain an “scp session” open?
I massively use scp and ssh for work. I'm a little bored to insert the password everytime Usually I scp many files from term and I was wondering if there is a way to mantain open the scp connection. I ...
0
votes
4answers
677 views
Copy a file to remote server(very Complicated)
I want to copy a file from my Ubuntu Desktop(user:vverma) to a server named fb3, please guide me regarding how to scp this?
In order to reach fb3, i have to follow these steps:-
ssh to server1 as ...
2
votes
1answer
534 views
File Transfer mode in sftp
I am a newbie to ftp and sftp as well as Linux. Can you please advise what is the default mode of file transfer in sftp? I know in ftp, we have transfer modes (binary and ascii).
It would also be ...
1
vote
1answer
1k views
ssh scp to copy file to remote server port 21
I am trying to copy file from my server to another so I am using the following command:
scp root@myhost /home/direc/file.tar username@secondhost:/home/dir
I am getting the error:
ssh: connect to ...
1
vote
2answers
808 views
How can I copy folder's contents and tree-structure into a remote directory with same structure
Is it possible in SSH terminal to copy a folder directory into another directory that will share mostly the same folder names/structure but will have unique files.
In a simple example:
If FOLDER1 ...
1
vote
1answer
118 views
Find most recent scp files
A few weeks ago I scp'd some files to my computer from a friend's computer for future use. Now I want to use those files, but I can't remember where I put them and I have looked all over. Is there ...
0
votes
1answer
647 views
How would you go about backing up a remote Ubuntu VPS via SSH?
So, as I said I have a VPS, Raspberry Pi and a plan, but I am in need of some advice, so here goes.
I have a VPS with prgmr.com which I ahve up and running nice and smoothly without any issues. I ...
1
vote
3answers
3k views
SCP with two different ports
How can I use scp command to copy files between two remote servers from my local PC ?
remote server 1 : IP=67.12.21.133 & port=6774
remote server 2 : IP=67.129.242.40 & port=6774
scp -rp ...
4
votes
3answers
11k views
“Host key verification failed” error when transfering files using SCP command
When I am trying to transfer files using SCP command I'm getting this error (Removed my IP and RSA key):
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST ...
1
vote
4answers
780 views
Problem with scp syntax
I am trying to copy a .tar archive from remote server to my pc.
Directory of the archive that I want to copy:
canserhan@embserv:~/tar_files/rtl_archive.tar
Destination:
...
1
vote
3answers
1k views
incorrect permissions after copying over scp
I'm using cygwin in windows 7 to copy a directory to an ubuntu machine using this command.
scp -rp -P 54322 /cygdrive/c/xampp/htdocs/. user@10.136.10.1:/home/user/somefolder/
After copying all the ...
3
votes
2answers
143 views
How can I copy a file to a new location, creating the directory as well
I want to cp a file to another directory but that directory doesn't exist yet.
So I would do:
mkdir /new_place
cp the_file /new_place
Can I do this in one?
I imagine something like cp the_file -m ...
2
votes
1answer
2k views
Setting up a network between a host and guest virtual machine
(I'm running ubuntu server 12.04 on virtual box)
I'm trying to transfer a file (scp) from my laptop to one of the directories of a virtual machine. I tried sharing folders, but that failed. I'm a bit ...
10
votes
8answers
12k views
What is a program similar to WinSCP?
In Windows I use WinSCP to transfer files server-side. It has a very attractive feature that I like best: keeping remote folders up to date.
This means, whenever my local file is changed, WinScp ...
1
vote
2answers
965 views
scp permission denied after WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
I was using scp and ssh suddenly some warning about
SOMETHING NAST!
man-in-the-middle attack
From that moment when that warning appeared till now, I can copy files via sftp but it is ...
7
votes
1answer
10k views
Why does scp get stalled? How do I resolve it?
When I attempted to copy a file (of size, ) over the network using scp I get a error <file> stalled
Why does this happen? How do I resolve it?
1
vote
2answers
643 views
ssh crashes after login
unfortunately ssh hangs up after login. Already uninstalled and installed it again. I can fix the issue temporary by erasing ~/.ssh and logoff and login on my system again.
Here is my ssh -v dump:
...
3
votes
3answers
15k views
scp copy over ssh doesn't work - permission denied error, please?
It's driving me nuts! I just want to transfer one simple file from laptop to server.
I'm using ubuntu on both machines.
So I have:
-rwxr-xr-x 1 sandro 414622 2011-10-14 23:42 ...
1
vote
1answer
4k views
How to SCP a file(s) from Ubuntu Virtual Machine to Remote Web host?
I'm trying to SCP some files from my local Ubuntu 10.04 Virtual Machine (running on a Windows Vista Platform) up to my remote web host. SSH is enabled on their end and I was able to login via the ...
3
votes
4answers
3k views
How to SCP a file from Mac -> Ubuntu VirtualBox?
I have a Mac (OS X) and a VirtualBox running Ubuntu.
I want to SCP a 500mb file from the Mac to the VirtualBox. How do I do this? (Probably something to do with /etc/hosts?)
5
votes
2answers
6k views
Progress bar in scp command
Is there any way to display a progress bar while copying from server to local using scp(or vice versa)
2
votes
2answers
2k views
copy with ssh with port other than 22
How do I copy files from my local to some remote server which hosts ssh on port other than default (22).
I usually connect to the server using
ssh username@remotehost.com -p 2000
Now I need to ...
0
votes
1answer
218 views
Netatalk 100x slower than scp with USB disk
I have netatalk install on a headless Ubuntu box on my lan. I have a usb drive mounted on /mnt/ext. When attempting to copy a ~700 MB file from the box using netatalk (afp) OR samba, my estimated time ...
1
vote
2answers
2k views
SCP not working with a .ppk key
so I need to connect to a remote server. Remote server is running Debian, I am on Ubuntu Lucid -- and a noob in SSH.
I need a public key to connect to the remote server. The key has been created as a ...
0
votes
2answers
516 views
Where does a file copy to when I scp it?
i have this file myfirst.txt located on a cluster of computers down the hall, i.e.:
myname@login1:~> ls
myfirst.txt
which i want to download to the home directory:
scp ...

