[Accessing FTP server via WAP] -
Accessing FTP server via WAP
Discuss Accessing FTP server via WAP
Posted by: piggysmile
I want to do direct-linking in downloading media files (jpg,gif) from an FTP server via WAP. The media link looks like this: [CODE]ftp://123.45.67.890/picture.jpg.[/CODE] Is this even possible?
Nokia 3530 displays "Page not found."
Posted by: pcsforsale
most cell phones do not allow FTP across their network only HTTP requests. You will need to find out what the http address for the picture is and download it that way.
[url]http://123.456.78.90/picture.jpg[/url]
Posted by: piggysmile
thanks. guess my GPRS provider doesn't allow FTP.