Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
System.out.println("***tFTPGet***");
System.out.println("Error Message = " + ((String)globalMap.get("tFTPGet_1_ERROR_MESSAGE")) );
System.out.println("Nb File = " + ((Integer)globalMap.get("tFTPGet_1_NB_FILE")) );
System.out.println("***tFTPPut***");
System.out.println("Error Message = " + ((String)globalMap.get("tFTPPut_1_ERROR_MESSAGE")) );
System.out.println("Nb File = " + ((Integer)globalMap.get("tFTPPut_1_NB_FILE")) );
System.out.println("***tFTPGet***");
System.out.println("Current Status = " + ((String)globalMap.get("tFTPGet_1_CURRENT_STATUS")) );
System.out.println("Error Message = " + ((String)globalMap.get("tFTPGet_1_ERROR_MESSAGE")) );
System.out.println("Nb File = " + ((Integer)globalMap.get("tFTPGet_1_NB_FILE")) );
System.out.println("***tFTPPut***");
System.out.println("Current Status = " + ((String)globalMap.get("tFTPPut_1_CURRENT_STATUS")) );
System.out.println("Error Message = " + ((String)globalMap.get("tFTPPut_1_ERROR_MESSAGE")) );
System.out.println("Nb File = " + ((Integer)globalMap.get("tFTPPut_1_NB_FILE")) );
System.out.println("Current File Exists? = " + ((Boolean)globalMap.get("tFTPPut_1_CURRENT_FILE_EXISTS")) );