Computers |
|
| | #1 (permalink) |
| Super Techie Join Date: Jun 2003
Posts: 380
| 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. Nokia 3530 displays "Page not found." |
| | |
| | #2 (permalink) |
| Newb Techie Join Date: Apr 2005
Posts: 2
| 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. http://123.456.78.90/picture.jpg |
| | |