how to see files in remote unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how to see files in remote unix
# 1  
Old 12-14-2005
how to see files in remote unix

Hi all,

I am having a windows XP running in my pc. I want to access the files in remote system which is a unix system.

How can i share the directories in unix which i can access in windows system.


Regrads
Gauri
# 2  
Old 12-14-2005
use the telnet
# 3  
Old 12-15-2005
Check out Samba
# 4  
Old 12-16-2005
Quote:
Originally Posted by bryan_adams
use the telnet
If you setup ssh on your windows environment with trusted relationships you can run a command such as

Code:
ssh targetserger ls -lrt /home/oracle/

and get output back without logging on with userid/passwords.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script connect to remote server, not find files and exit only from remote server, but not from scrip

I have a script, which connecting to remote server and first checks, if the files are there by timestamp. If not I want the script exit without error. Below is a code TARFILE=${NAME}.tar TARGZFILE=${NAME}.tar.gz ssh ${DESTSERVNAME} 'cd /export/home/iciprod/download/let/monthly;... (3 Replies)
Discussion started by: digioleg54
3 Replies

2. Solaris

Sun OS 5.5.1 Unix Remote

Hi all, I need some help to remote desktop from Windows to solaris system with SUNOS 5.5.1. I tried to check about XDCMP but all are about the newer system and none mentioning the specific version. I am actually a beginner in all this and I need someone to point me to the right direction. ... (5 Replies)
Discussion started by: Aloft
5 Replies

3. Shell Programming and Scripting

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: ... (2 Replies)
Discussion started by: vx04
2 Replies

4. Shell Programming and Scripting

Triggering remote UNIX shell script from Remote desktop

I m trying to run a batch script in remote desktop which executes unix commands on the unix server...the problem is i wnt the output in HTML format.so in my batch script i m giving the cmd like ssh hostname path ksh HC_Report.ksh>out.html ...but it generates the HTML file in remote desktop .i... (2 Replies)
Discussion started by: navsan
2 Replies

5. Shell Programming and Scripting

AIX system.... deleting files in remote directory after retrieving files

Hi Friends, I am new to this , I am working on AIX system and my scenario is to retrive the files from remote system and remove the files from the remote system after retreving files. I can able to retrieve the files but Can't remove files in remote system. Please check my code and help me out... (3 Replies)
Discussion started by: vinayparakala
3 Replies

6. SCO

Unix remote printing

Sir, i have a sco 5.5 installed server and 6 clients connected through pci specialix card and printing working fine in these all terminals. 7 and 8 ports are free now, i need to setup another terminal for login on through 7 or 8 port for remote login. i connect a external modem using 25 pin male... (2 Replies)
Discussion started by: Aneesh Kumar.T
2 Replies

7. UNIX for Advanced & Expert Users

Working with remote Unix files systems from Windows

I am currently using Samba to access remote Unix file systems from Windows. However, it is slow, and I presume insecure in the sense that file contents are transmitted unencrypted. I also wonder if passwords are transmitted in plain text in this protocol or not. For these reasons I am looking for... (2 Replies)
Discussion started by: Bilge
2 Replies

8. UNIX for Advanced & Expert Users

UNIX, remote access problem

Hi, I am new to UNIX and I am given the responsibility of administering a UNIX machine recently. The system is a AIX 3.1 IBM. And, I am having problems in accessing the UNIX machine thru SSH. All the users were able to logon to the Unix machine using SSH protocol earlier. But, I dont know... (1 Reply)
Discussion started by: pdepa
1 Replies

9. UNIX for Dummies Questions & Answers

Remote in Unix

hello ... are there any Remotes in Unix ?? like i do not need to type ' w + enter ' to see whose onlining in the server and the Unix automaticly shows whose onlining in the server ( whidout typing w + enter ) just automaticly in every 5 seconds or 10 seconds ... anyone knows the command ?? (2 Replies)
Discussion started by: SeeD
2 Replies

10. UNIX for Dummies Questions & Answers

Remote Login (Unix)

Is there any way I can disallow remote login on a m/c (3 Replies)
Discussion started by: DPAI
3 Replies
Login or Register to Ask a Question