How to transfer files from remote server to local machine when ssh'd in to remote server

Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I am trying to transfer files from a remote server to my local machine using FTP. I am ssh'd on to the remote server and want to connect to my local machine. The remote server runs on a Linux operating system whereas my local machine runs on a Windows operating system. I know how to transfer files to and from the remote server from my local machine but I am confused as to how to transfer files to and from the local machine from the remote server. How do I do this?
ssh ftp
add a comment |Â
up vote
-1
down vote
favorite
I am trying to transfer files from a remote server to my local machine using FTP. I am ssh'd on to the remote server and want to connect to my local machine. The remote server runs on a Linux operating system whereas my local machine runs on a Windows operating system. I know how to transfer files to and from the remote server from my local machine but I am confused as to how to transfer files to and from the local machine from the remote server. How do I do this?
ssh ftp
Are you saying you want to make it look like the remote server pushed/pulled the files? stackoverflow.com/a/24140396
â Andy Anderson
Sep 25 at 17:37
I don't need it to look like anything. I was just curious how you would transfer files to your local machine when ssh'd in to the remote server (as opposed to transferring files from the remote server to my local machine when ssh'd in to my local machine).
â Darien Springer
Sep 26 at 4:20
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I am trying to transfer files from a remote server to my local machine using FTP. I am ssh'd on to the remote server and want to connect to my local machine. The remote server runs on a Linux operating system whereas my local machine runs on a Windows operating system. I know how to transfer files to and from the remote server from my local machine but I am confused as to how to transfer files to and from the local machine from the remote server. How do I do this?
ssh ftp
I am trying to transfer files from a remote server to my local machine using FTP. I am ssh'd on to the remote server and want to connect to my local machine. The remote server runs on a Linux operating system whereas my local machine runs on a Windows operating system. I know how to transfer files to and from the remote server from my local machine but I am confused as to how to transfer files to and from the local machine from the remote server. How do I do this?
ssh ftp
ssh ftp
asked Sep 25 at 4:06
Darien Springer
33
33
Are you saying you want to make it look like the remote server pushed/pulled the files? stackoverflow.com/a/24140396
â Andy Anderson
Sep 25 at 17:37
I don't need it to look like anything. I was just curious how you would transfer files to your local machine when ssh'd in to the remote server (as opposed to transferring files from the remote server to my local machine when ssh'd in to my local machine).
â Darien Springer
Sep 26 at 4:20
add a comment |Â
Are you saying you want to make it look like the remote server pushed/pulled the files? stackoverflow.com/a/24140396
â Andy Anderson
Sep 25 at 17:37
I don't need it to look like anything. I was just curious how you would transfer files to your local machine when ssh'd in to the remote server (as opposed to transferring files from the remote server to my local machine when ssh'd in to my local machine).
â Darien Springer
Sep 26 at 4:20
Are you saying you want to make it look like the remote server pushed/pulled the files? stackoverflow.com/a/24140396
â Andy Anderson
Sep 25 at 17:37
Are you saying you want to make it look like the remote server pushed/pulled the files? stackoverflow.com/a/24140396
â Andy Anderson
Sep 25 at 17:37
I don't need it to look like anything. I was just curious how you would transfer files to your local machine when ssh'd in to the remote server (as opposed to transferring files from the remote server to my local machine when ssh'd in to my local machine).
â Darien Springer
Sep 26 at 4:20
I don't need it to look like anything. I was just curious how you would transfer files to your local machine when ssh'd in to the remote server (as opposed to transferring files from the remote server to my local machine when ssh'd in to my local machine).
â Darien Springer
Sep 26 at 4:20
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
If you know how to transfer the files when initiating the transfer from your local machine, then just open another window and do it.
I should point out that using FTP for file transfers is insecure.
FTP also doesn't work well with NAT routers.
If your need to initiate the transfer from the remote side, create a reverse tcp tunnel with SSH and use the to connect to your local machine and transfer the files.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
If you know how to transfer the files when initiating the transfer from your local machine, then just open another window and do it.
I should point out that using FTP for file transfers is insecure.
FTP also doesn't work well with NAT routers.
If your need to initiate the transfer from the remote side, create a reverse tcp tunnel with SSH and use the to connect to your local machine and transfer the files.
add a comment |Â
up vote
0
down vote
accepted
If you know how to transfer the files when initiating the transfer from your local machine, then just open another window and do it.
I should point out that using FTP for file transfers is insecure.
FTP also doesn't work well with NAT routers.
If your need to initiate the transfer from the remote side, create a reverse tcp tunnel with SSH and use the to connect to your local machine and transfer the files.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
If you know how to transfer the files when initiating the transfer from your local machine, then just open another window and do it.
I should point out that using FTP for file transfers is insecure.
FTP also doesn't work well with NAT routers.
If your need to initiate the transfer from the remote side, create a reverse tcp tunnel with SSH and use the to connect to your local machine and transfer the files.
If you know how to transfer the files when initiating the transfer from your local machine, then just open another window and do it.
I should point out that using FTP for file transfers is insecure.
FTP also doesn't work well with NAT routers.
If your need to initiate the transfer from the remote side, create a reverse tcp tunnel with SSH and use the to connect to your local machine and transfer the files.
answered Sep 25 at 5:14
RalfFriedl
4,2481725
4,2481725
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f471223%2fhow-to-transfer-files-from-remote-server-to-local-machine-when-sshd-in-to-remot%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Are you saying you want to make it look like the remote server pushed/pulled the files? stackoverflow.com/a/24140396
â Andy Anderson
Sep 25 at 17:37
I don't need it to look like anything. I was just curious how you would transfer files to your local machine when ssh'd in to the remote server (as opposed to transferring files from the remote server to my local machine when ssh'd in to my local machine).
â Darien Springer
Sep 26 at 4:20