386387388389390391392393394395396
long length = os.getLength(); if (length == 0) continue; InputStream is = os.openInputStreamNoFree(); String sha1 = _deployClient.calculateFileDigest(is, length); _deployClient.sendFile(sha1, length, os.openInputStream());