‎2009 Apr 29 6:24 AM
Hey SAP Gurus,
We have around 30 systems on AIX which need to monitored remotely via TELNET service.
Is there a way where in a TELNET session can be called from an ABAP code.
Please let me know .
Regards,
Ashish .A. Poojary
‎2009 Apr 29 10:23 PM
Hi,
i´ve found this. Don´t know if it might be useful but here it is:
Best regards.
‎2009 Apr 29 6:32 AM
‎2009 Apr 29 7:04 AM
‎2009 Apr 29 7:07 AM
hi,
telnet is nothing but connecting the system using the FTP command..
first know the port number to ..and use the below command in abap program to connect FTP.
FTP_CONNECT - Open a connection (and log in) to an FTP server
FTP_COMMAND - Execute a command on the FTP server
FTP_DISCONNECT - Close the connection (and log off) the FTP server
regards,
Prabhudas
‎2009 Apr 29 7:29 AM
‎2009 Apr 29 7:55 AM
Dear Prabhu ,
FTP connection does not allow me to execute certain commands which I can through TELNET .
Is there a procedure where in I can TELNET to a server and execute the commands .
Regards,
Ashish .A. Poojary
‎2009 Apr 29 10:23 PM
Hi,
i´ve found this. Don´t know if it might be useful but here it is:
Best regards.
‎2009 May 14 7:36 AM
thnx Pablo...
You've given me a workaround for my task....
Appreciate it.
thnx 'gain
Regards,
Ashish .A. Poojary