FTP DIR Problem....

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 :slight_smile:

Dear Friends,
My problem Solved… The Directory Structure which i gave should not be as “\myproject\images”. It must be given as “/myproject/images”…

Thanks,
Venkhatesh

Hi Venkahtesh,

Are you retrieving the image from the ram and stored it to the directory(“/myproject/images”) you stated?

your reply is appreciated.

thanks. =D