Hi all,
I want to know how to pass parameter while using ftp.
I m using a host command in forms6i as
host('ftp.exe -i -s:\\isddev\keldev\finance\sql\jvprt.txt 192.9.201.8',no_screen);
And text file jvprt.txt is as :-
newfin
kelfnc
mput c:\jvprt.lst
bye
In this jvprt.txt i want to pass the parameter
Because file name jvprt.lst is creates as jvprtddmm.lst means I pass the
date parameter in the sql from which jvprt.lst is spool.
With paramete my jvprt.txt will be as below
newfin
kelfnc
mput c:\jvprt&ddmm.lst
bye.
I want to pass this ddmm parameter in host command called from forms.