Results 1 to 3 of 3
Hi,
I have username/password for a remote server. I would like to have list of filenames and their size in a particular directory of remote server.
Now Problem is - ...
- 06-07-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 5
Running command on Remote server
Hi,
I have username/password for a remote server. I would like to have list of filenames and their size in a particular directory of remote server.
Now Problem is - I can not use rsh command as I can not modify rhost file of remote server.
Thanks in advance.
Sanjay
- 06-07-2008 #2
hi,
have you tried ssh?Linux and me it's a love story
- 06-08-2008 #3Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
As hkafa said, if you need to run commands on a remote shell, your best bet is by far ssh. There's also telnet.


Reply With Quote