function callAjax(requestUrl, method, callbackFunction, data) {
$.ajax({
url : requestUrl,
type : method,
data : data,
dataType : "html",
async : false,
success : function (result, status, xhr) {
# scp [email protected]:/home/abc/es.tar.gz .
scp es.tar.gz [email protected]:/home/abc/