Different method to transfer file to windows

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Different method to transfer file to windows
# 1  
Old 10-12-2014
Different method to transfer file to windows

Hi,

What are the methods to pull out a file with size 200 mb from Linux to windows server?

I tried using Winscp but didn't work out, it was hanging in the middle with message below.

Quote:
Host is not communicating for more than 15 mins
still waiting..

Note : -- if the problem persist, try turning off optimize connection
buffer size
Warning : abort this operation will close the connection.
The file does exist in the below directory
/unix01.server/files/root/opt/oracle/diag/rdbms/prod1/prod1/trace

Till here /unix01.server/files/root/opt/oracle/diag/rdbms/prod1" i am able to go on in Winscp and the problem starts
only when i go to next directory i.e till trace (to copy the file to windows server) in Winscp

Is there any other method that the file could be transferred to windows server ?

OS -- Linux 2.6

Regards,
Maddy

Last edited by Maddy123; 10-12-2014 at 04:21 AM..
# 2  
Old 10-12-2014
Hello Maddy,

Could you please following link for same and try to use samba for same, it may be helpful for you.

Configuring Linux Samba (SMB) - How to Setup Samba (Linux Windows File Sharing)

Thanks,
R. Singh
# 3  
Old 10-12-2014
Hi Ravinder ,

Thanks for your quick response.

In the installation step, services need to restated as below.
Quote:
In case the services were already running, you may have to restart them again:

# systemctl restart smb.service
# systemctl restart nmb.service
I am not allowed to restart any services in root user and not sure would there be any impact to server
by installing this 'samba' in the server.

Regards,
Maddy
# 4  
Old 10-12-2014
You can download pscp from the the website where PuTTY is hosted.

PuTTY Download Page

From the windows machine

Code:
[start] -> [run] type cmd ->ENTER

search pscp.exe usually located here in general C:\Program Files (x86)\PuTTY\

Code:
C:\Program Files (x86)\PuTTY\pscp.exe user@serverhost.com:/unix01.server/files/root/opt/oracle/diag/rdbms/prod1 c:\somepath\somedirectory

# 5  
Old 10-12-2014
Hi Akshay,

Thanks for the command.I will try and get back to you if i see any issue.

Regards,
Maddy
# 6  
Old 10-12-2014
A faint memory of windows having problems with directories deeper than eight comes to my mind... could you consider a link in the first level pointing down to the trace directory and retry the transfer?
# 7  
Old 10-12-2014
Quote:
Originally Posted by RudiC
A faint memory of windows having problems with directories deeper than eight comes to my mind...
I suspect the 'eight' is coincidental, it does have problems with total path sizes greater than 2048, which can be very baffling and infuriating since they will work in some contexts (relative) but not others (absolute)... Programs can chdir deep into folders and create far deeper subfolders which GUI users, who find everything via absolute paths, cannot traverse or even delete.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Remote file transfer between Linux and Windows

Hello, I have a file, say details.txt on my windows machine. I want to copy it to linux machine through a shell script and edit the file and transfer the file back to windows machine. (All I want to do is to edit the file on windows machine from linux machine by a script.) I have tried scp... (1 Reply)
Discussion started by: Devendra Hupri
1 Replies

2. Windows & DOS: Issues & Discussions

Cygwin script to transfer file from windows to UNIX

Hi, Objective is to transfer files from windows server to Unix server using cygwin. I have installed cygwin, and I manually execute commands and transfer files from windows to unix using sftp. These are steps I execute 1) Run cmd 2) Run cygwin 3) At prompt type sftp user1@uniserver 4) lcd... (2 Replies)
Discussion started by: wahi80
2 Replies

3. UNIX and Linux Applications

UNIX to windows XP file transfer

I am using Unix workstation to transfer a .txt file to my other Windows XP desktop using network. can u suggest some idea how to do. i am new to unix . (4 Replies)
Discussion started by: senthil17
4 Replies

4. Homework & Coursework Questions

File transfer from Red Hat Linux to Windows 7

My assignment is to use C++ to generate a table of values for the U.S. standard atmosphere, when data at sea level are given, which i have done perfectly. Now, i am attempting to create a matlab script to read and plot the data. I forgot to put my table of data on my thumb drive yesterday, and... (4 Replies)
Discussion started by: ds7202
4 Replies

5. Solaris

File transfer from Windows to Solaris.

I have a file on my desktop which is windows based. I make a telnet session with a Solaris machine that too with root access by using putty. I want to transfer a file there on Solaris machine. Is there a mean to transfer this file on solaris machine. If now can it be known by using telnet... (6 Replies)
Discussion started by: nixhead
6 Replies

6. Shell Programming and Scripting

file transfer from windows to unix using ftp

Hi all, I have a file in windows, example a.txt **** aaa bbb ccc <empty line> when i transfer this file to unix using ftp, and viewed the file # vi a.txt aaa bbb ccc # I dont get the empty line which i specified in that file in windows. Please help me, which in unix... (5 Replies)
Discussion started by: Nandagopal
5 Replies

7. AIX

File Transfer from windows to AIX

How to transfer a directory from my windows machine to my AIX server?? Plz give me a detailed step wise solution... Thanks in Advance.... (0 Replies)
Discussion started by: abhishek27
0 Replies

8. UNIX for Dummies Questions & Answers

transfer file from unix to windows on same PC

Hi, Do any one know the shell script code to transfer a file from unix to windows on same PC (4 Replies)
Discussion started by: monika
4 Replies

9. Windows & DOS: Issues & Discussions

File transfer between unix and windows viceversa

Hi, My requirement is to connect to a windows system from unix fileserver and get some files then process them using shell scripting and database related stuff.it will generate some output.i have to copy again some files back to windows system at some directory. How do i connect to windows from... (3 Replies)
Discussion started by: mohanpadamata
3 Replies

10. 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
Login or Register to Ask a Question