we use
.........
.....
put "C:\Users\rahulsri\Desktop\backup\Zerty\test.CBL" /QSYS.LIB/XYZ.LIB/QSRC.FILE/test.MBR
quote RCMD CHGPFM FILE(XYZ/QSRC) MBR(test) SRCTYPE(CBL) TEXT('test')
.........
for file uploading, here SRCTYPE(CBL) is for specifying the source type which i also want to specify at my java Code by using FtpClient class so what are the method to set the source type here, or other mean how can we set it.