Dear Friends,
I am new to this Embedded filed. Recently we bough the RCM3010 module for FTP Application Development for our new project. I ran the code "FTP_CLIENT.c" found in the "samples/tcpip/ftp" folder .... i want only the "download_normal( )".... No need the data_handler part.....
I gave the following settings…
REMOTE_HOST “wap.myftp.in”
REMOTE_PORT 0
REMOTE_USERNAME “mywap”
REMOTE_PASSWORD “wap123”
REMOTE_FILE “bike.jpg”
REMOTE_DIR “\images”
Its working fine with these settings…
But when i change the REMOTE_DIR to “\myproject\images”, it doesn’t works. Can any one please guide me where i am going wrong ? I am struggling with this problem for the past two days. Please guide me…
regards,
Venkhatesh