Do I require remote login access to a windows server to transfer files from a UNIX server


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Do I require remote login access to a windows server to transfer files from a UNIX server
# 1  
Old 01-21-2016
Do I require remote login access to a windows server to transfer files from a UNIX server

Hi All
I need to transfer a file from a UNIX server to a windows server.

I saw that it is possible to do this using scp command by looking at the forum listed below:

Needed SFTP script from windows to UNIX server and from UNIX to windows server(reverse SFTP)

I do have access to an inbound directory on windows server and I have mapped it as a Network Drive.

I did try to do "Remote Desktop Login" but I don't have remote login access. So my question is
1) Do I need to have "Remote Login" access to windows server in order to transfer the file from UNIX server?
2) Guessing that I get remote login access, will the following command work
on UNIX server

scp /home/user22/test1.txt user22@windows_server:\\windows_serv...ound\test1.txt


Thanks a lot in advance.
# 2  
Old 01-21-2016
Microsoft Windows does not run any scp service, natively. Nothing is accepting connections (listening) for you to push a file through via scp. And even if it were, you need login credentials to be able to do that.

If you were to have login credentials and log into Windows you can use pscp.exe from the same people that makes putty to pull the file from the Linux server.
# 3  
Old 01-22-2016
Hi,

If you can install to your desktop, then I'd be tempted to use Filezilla - which is free and gives excellent functionality.

Regards

Gull04
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Best way to transfer files to remote FTPS server instead of local FTPS server

Hi, I am working on an application which runs on an Informatica Red-Hat 5.10 Linux Server. The application involves several Informatica ETL workflows which generate 100s of Text files with lot of data. Many of the files will each be up to 5 GB in size. Currently the Informatica server itself... (7 Replies)
Discussion started by: waavman
7 Replies

2. Windows & DOS: Issues & Discussions

Transfer of zipped folder from windows desktop to UNIX server

Hi all, I'm a newbie to unix. My requirement is to create an automation script which will transfer a zipped folder from my/remote desktop to an unix server. Tools lik WinSCP shouldnt be used. No manual moving. I use putty to connect to server. I couldnt find any help on this topic. Should i use... (3 Replies)
Discussion started by: sherin22
3 Replies

3. IP Networking

How to transfer files from UNIX server to windows machine or vice versa using ftp or sftp commands?

hi, i want to write a shell script code which transfers files from a directory in unix server to a directory in a windows machine.. can any1 give me a sample code which uses ftp or sftp command.. thanks very much, (3 Replies)
Discussion started by: Little
3 Replies

4. Shell Programming and Scripting

Unix shell script to Copy files from one Windows server to another Windows server.

Can anybody please help me on how to code for the below requirement: I need to write a shell script (on different unix server) to copy files from multiple folders (ex. BRN-000001) from one windows server (\\boldls-mwe-dev4)to a different windows server(\\rrwin-ewhd04.ecomad.int). This shell... (4 Replies)
Discussion started by: SravsJaya
4 Replies

5. HP-UX

File transfer between unix and windows server

hi all, I have two server(Unix tru64 and windows 2003 server). these server's live running now. The win2003server doesn't have ftp server. Also Unix server doesn't have samba. if both server's have ftp server that no problem. How to transfer file from windows server to unix by every... (2 Replies)
Discussion started by: Tlg13team
2 Replies

6. Shell Programming and Scripting

Transfer file from local unix server to remote server

want to remove this thread. thanks (2 Replies)
Discussion started by: indira
2 Replies

7. HP-UX

Transfer file from local unix server to remote server

want to remove the thread thanks (2 Replies)
Discussion started by: indira
2 Replies

8. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies

9. UNIX for Dummies Questions & Answers

Transfer files from Unix server to Windows using FTP

Dear Friend, I don't know much about unix.I am an VB6.0 Programmer.I need to move an text files as aaa.txt from unix server to windows "D: " driver using the FTP protocol.Is it possible to do this with help of unix shell script.If possible please give some sample codes. Please answer as early... (1 Reply)
Discussion started by: gjsaravanan
1 Replies
Login or Register to Ask a Question