: In 24x7 you cannot share SSH connections opened using secure Telnet : statements with regular FTP operations. : Instead you should use secure FTP statements without Telnet. : To use secure FTP protocol your script should begin with the following : FTPConfig( "FTP Protocol", "SECURE" ) : In any case you can still schedule and run your existing SSH/FTP batch jobs. I still can't connect to the server. I tried following code //////////////////////////////////////////////////////////// // 24x7 Scheduler 3.4.16 // Job Template: File replication: Remote directory(ies) on FTP server to local directory(ies) // Generated on 10-February-2004 9:40 //////////////////////////////////////////////////////////// FTPConfig( "FTP PROTOCOL", "SECURE" ) SyncFTPDir( "REMOTE", "127.0.0.1", "exxxxx", "inixxxxx", & "/home/cdsips", & "C:\\Filetranfer\\Files\\CDS", & True, False, False, False )
|