File transfer from Windows to Solaris.


 
Thread Tools Search this Thread
Operating Systems Solaris File transfer from Windows to Solaris.
# 1  
Old 12-21-2010
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 session that which machines are connected to the Solaris machine and their IP details
# 2  
Old 12-21-2010
you can use ssh secure client to transfer files form windows to any nix based system.
This User Gave Thanks to Mack1982 For This Post:
# 3  
Old 12-22-2010
HI thanks for reply Mack1982. But I am unable to make SSH connection to this system. So t terminal connection is only possible if first we make a SSH connection with this machine.
So kindly correct me if I am wrong and suggest me some other solution if I am right.
# 4  
Old 12-22-2010
You need to figure out what is running on the Solaris server and use the subsequent client from your desktop. If ssh isn't running, is ftp? ssh is your best bet. You can use scp or sftp. If not, try ftp, although not very secure. But, then again... neither is your telnet session.
From your initial post, you only have telnet. If that is all you have and you can't or won't start up ssh, then.... it sounds like you're down to copy and paste.
# 5  
Old 12-29-2010
You can use Winscp for transfering files from windows to solaris.
This User Gave Thanks to vinodvadde For This Post:
# 6  
Old 12-29-2010
Quote:
Originally Posted by vinodvadde
You can use Winscp for transfering files from windows to solaris.
Thanks Smilie
# 7  
Old 12-29-2010
winscp works seamlessly.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with a script to transfer files from Solaris to windows

Hi Please can you tell me what could be wrong with the following scriptto transfer files from solaris 10 to windows machine: #!/bin/sh HOST=<IP> USER=administrator PASSWD=xyz123zyx /usr/bin/ftp -inv <<EOF connect $HOST user $USER $PASSWD cd Documents binary mput *.sh bye EOF (23 Replies)
Discussion started by: fretagi
23 Replies

2. Shell Programming and Scripting

Script to transfer files from Solaris to windows

Hi All Please can you help, I´ve wrote the following script on a solaris 10 server to transfer files to a windows machine. #!/usr/bin/sh cd /moneta_polled01/download HOST=10.100.4.72 USER=user1 PASSWD=V7stop /usr/bin/ftp -v $HOST <<EOF user $USER $PASSWD cd tmp binary put... (7 Replies)
Discussion started by: fretagi
7 Replies

3. Red Hat

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. The file does exist in the below directory ... (8 Replies)
Discussion started by: Maddy123
8 Replies

4. 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

5. Solaris

Transfer files from windows to solaris with winscp (file protocol:SFTP)

Hello, I have a couple of zip files to be copied from my local drive to a folder in solaris10 residing in a VM ware. i am using WINSCP, I tried to get hold of the solaris hostname or ip using ifconfig -a , hostname|nslookup etc. when i create a new session in WINSCP using that IP and port... (6 Replies)
Discussion started by: herbich1985
6 Replies

6. Shell Programming and Scripting

Unable to transfer files from Windows 2000 Server to Sun Solaris..

Dear Friends, I need to transfer few files from a Windows 2000 server to Sun Solaris system, connected in the same network. This copy should be done as a batch job without asking for password to be entered every time. How to make this possible ??? At present I am using cygwin in my laptop... (4 Replies)
Discussion started by: ks_reddy
4 Replies

7. Solaris

Transfer files from Solaris to windows

Please let me know a efficient way to transfer files from a solaris to a windows machine. Total size of data is 800GB. (3 Replies)
Discussion started by: pingmeback
3 Replies

8. 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

9. 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

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