0
votes
0answers
85 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
76 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
1answer
238 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
48 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?
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 ...
2
votes
1answer
539 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
2answers
823 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
120 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
651 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
4answers
783 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 ...
1
vote
2answers
645 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: ...
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 ...
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 ...