file transfer from local machine to unix
NickName:Tapan Ask DateTime:2013-03-13T14:06:34

file transfer from local machine to unix

Is there a way to transfer a file in local machine(Windows os) to a unix sever by using commands from within the unix server(not from the windows command prompt)??

Copyright Notice:Content Author:「Tapan」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/15378184/file-transfer-from-local-machine-to-unix

Answers
goingstudy 2013-03-13T09:35:40

you can use ssh on windows just install a software--putty.Or you can also directory winscp to transfer.\nNote:unixe server must have installed ssh.",


loreb 2013-03-15T16:13:56

From within the unix server? Then you need to enable sharing on windows, be it SMB (easiest, but you need samba or smbfs on the unix server), FTP or whatever.",


More about “file transfer from local machine to unix” related questions

file transfer from local machine to unix

Is there a way to transfer a file in local machine(Windows os) to a unix sever by using commands from within the unix server(not from the windows command prompt)??

Show Detail

Ksh script to transfer a file from a server to local machine

Looking for a ksh script that could transfer a file from a server to my local machine path. I don't want to transfer it from one server to another server. I am not good at networking. Do I need to

Show Detail

Transfer a file from local to virtual directory on another machine using console application

I have a requirement in which i have to transfer a file from local client machine to a virtual directory of a different machine. I am able to browse the virtual directory of the host machine and v...

Show Detail

How to transfer a filr from Unix Server to my windows machine

I am performing some automate validation in Unix machine using jenkins. I have to trasnfer a file from Unix machine to my local windows machine to upload it in HP ALM. Is there any automation script

Show Detail

Transfer file from local machine to remote machine using SFTP

I am using MAC as my local machine and my remote machine is the Ubuntu-AWS machine. I use following command to transfer file to remote machine.I want my python file p1.py to be transferred to remote

Show Detail

Transfer files from remote server to local machine

How can i directly transfer files from remote host to local machine if i have only access to remote server? I have tried scp and tail over ssh from local machine but I have to transfer data from re...

Show Detail

Transfer files from remote server to local machine

How can i directly transfer files from remote host to local machine if i have only access to remote server? I have tried scp and tail over ssh from local machine but I have to transfer data from re...

Show Detail

To transfer a file from one windows machine(Local) to another windows machine(Server)

I want to write a code which will transfer a file from one machine to another in Linux and Windows platforms. I used ssh libraries (sftp connections) to transfer file to Linux machine. Now, I wa...

Show Detail

Copying from Dropbox to UNIX machine using rsync or similar?

Is there any way I can copy data directly from the Dropbox servers to a UNIX server, without being root or having Dropbox software installed there? Something like: rsync -aP [email protected]:

Show Detail

Copy files from Openshift to external unix machine

I'm using rsync(oc client) to copy files from openshift pod to external unix machine on daily basis for batch activity. This process should be automated using shell script from external unix machine.

Show Detail