![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cut command on a remote machine using rsh | eamani_sun | Shell Programming and Scripting | 1 | 06-04-2008 06:33 PM |
| executng program on remote machine using ssh | sewood | Shell Programming and Scripting | 1 | 02-17-2008 03:03 PM |
| how to execute a script on remote machine | balireddy_77 | Shell Programming and Scripting | 4 | 09-27-2006 04:45 PM |
| Tar to remote machine | hshapiro | UNIX for Dummies Questions & Answers | 1 | 08-02-2006 03:17 PM |
| Searching for files in Remote Machine | matrixmadhan | UNIX for Dummies Questions & Answers | 0 | 06-21-2005 02:02 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Help regarding theMailing of output from a remote machine
Hi all,
I have a script which logs in to the remote server with FTP and with the user id/password and list the files in the path of remote server where thefiles resid.i need to email this output(i.e wether the files are present on not under the path) to my email id. Can u please let me know as to how i go about this.. Thanks in advance for your help. #!/bin/ksh ftp -in Remote Server << end-of-input user Userid password cd <path in Remote directory where files reside> verbose dir bye end-of-input |
| Forum Sponsor | ||
|
|