954,525 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to find size of a file on remote system from present working system

i am working on solaris environment. i want find size of a file on remote system..
i.e at present i am in user1 system, from user1, i want to find size of a file in user2 system ...

narlapavan
Newbie Poster
20 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

You can
- do rsh/ssh/telnet to execute the ls/stat command and get it's output.
- do cp/rcp/scp to get the file itself to local machine and find out the size.

thekashyap
Practically a Posting Shark
811 posts since Feb 2007
Reputation Points: 254
Solved Threads: 75
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You