Tunnel Failed at the time of Upload file to FTP
- by Karthick
File upload is works fine from my simulator (blackberry 8830).It upload the file to FTP Server. But in the device when I try to upload file to FTP server it gives the alert “Tunnel Failed “.
I am using
StreamConnection sc = (StreamConnection) Connector.open(url);
How to solve this issue. Can anyone help me???