Dear,
We have created batch file utility to get or put file on linux server but therein no security of password and any body can open this file and misuse that password.
Could you pls share any idea to hide that or any other simple way to do this.
batch code
@ftp -i -s:"%~f0"&GOTO:EOF
open hrsystem.erp.com
apps_user
erpsystem
!:--- FTP commands below here ---
lcd d:\test
cd /apps/erp/
binary
mget "*.txt"
disconnect
bye
thanks.