Re: Transeferring file and executing commands
From: Damir Delija (ddelija_at_PUBLIC.SRCE.HR)
Date: 01/28/05
- Previous message: faisalq . (faisalq): "Transeferring file and executing commands"
- In reply to: faisalq . (faisalq): "Transeferring file and executing commands"
- Next in thread: Thierry ITTY: "Re: Transeferring file and executing commands"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 Jan 2005 09:07:15 +0100 To: aix-l@Princeton.EDU
> Dear all,
Hi Faisal!
There are some things you can do
ftp can be automated
or you can set up shared disk as inbox, put there file
and from cron pick it up and compile (it can be tricky)
you can use ssh to automate proces (there is some examples in ssh faq
and in snail book by Orayli
don't use rcp, rsh etc, since it is unsecure
Other thing is to use printing subystem on AIX
from PC you can send file to remote printer on AIX
on AIX this is not a real printer but interface to shell script
which will handle your file (compile it or do whatever is possible)
I hope this helps
Damir
>
> We wish to ftp a file from win2000 server, then compile it using oracle
> utilities at AIX 5.2 server. Right now we are doing it manually, first
> copying the file using ftp, then executing the compilation command line.
>
> Is there a way to do it automatically with one operation?
>
> I will be grateful for any help.
>
> Thanks
>
> Faisal.
>
- Previous message: faisalq . (faisalq): "Transeferring file and executing commands"
- In reply to: faisalq . (faisalq): "Transeferring file and executing commands"
- Next in thread: Thierry ITTY: "Re: Transeferring file and executing commands"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|