My Purpose is as follows,
Iam having images /Multimedia files in a PC1,Wavecom Q24 is connected to that,
I need to transfer the images /Files to a Remote PC ,PC2,having static IP
I need to transfer images from PC1 to PC2 ,
Iam using VB for coding,
With below code iam able to establish FTP Connection,I dont know how to transfer image using FTP
at+WIPCFG=1
OK
at+WIPBR=1,6
OK
at+WIPBR=2,6,11,"myapn.com"
OK
at+WIPBR=2,6,0,""
OK
at+WIPBR=2,6,1,""
OK
at+WIPBR=4,6,0
OK
AT+WIPCREATE=4,1,"IP",21,"Admin","123"
OK
at+WIPOPT=4,1,2,40,1
OK
at+WIPOPT=4,1,2,41,0
OK
at+wipfile=4,1,2,"./my.jpg"
CONNECT
//i need to transfer image after this 
If i convert image(jpg to hex) to hex values ,it will become very inefficient,i have to write code in client side to convert hex to jpg
It will be so helpful ,if you suggest a solution
Thanks ,
Sincerly