Tunnel Failed at the time of Upload file to FTP
Posted
by Karthick
on Stack Overflow
See other posts from Stack Overflow
or by Karthick
Published on 2010-05-13T04:33:46Z
Indexed on
2010/05/13
4:44 UTC
Read the original article
Hit count: 155
blackberry-jde
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???
© Stack Overflow or respective owner