Tunnel Failed at the time of Upload file to FTP - 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???

The simulator uses the network of the host machine, while the device goes through an internal RIM proxy. Are you using passive ftp? You might have better luck with HTTP POST since you cannot establish a direct connection on the device.

Related

How to access local postgreSQL server running on computer, from my mobile phone?

How to access local postgreSQL server running on computer, from mobile my phone?
I am making flutter app and use pgAdmin v6.10 as local server. I'm stuck for 2days trying different solutions to access server from my mobile browser but no progress.
I believe if i can access local server through mobile browser, also i can send data from my flutter app to database.
My pgAdmin runs on pc browser nicely but on phones browser doesn't open,
I've tried addresses 192.168.43.12:port(i.e computer's ip:port number) and 127.0.0.1:port
but they all didn't work, i get ERR_CONNECTION_REFUSED
Also i added this line on pg_hba.conf file
TYPE DATABASE USER ADDRESS METHOD
host flutterdb flutterdb_admin 192.168.43.12/24 scram-sha-256
And on my postgresql.conf file there is
listen_addresses = '*'
I'm following tutorial series from: https://youtu.be/WFe1kZhvUIw
I need your help please.
NOTE: I am using Windows laptop
i think that if u have dev environment, just you can try to open the connection..
you can try to configure for accept all connections
How to configure PostgreSQL to accept all incoming connections

Azure Logic App FTP Connector Issue: Invalid Connection

I am trying to setup FTP trigger using FTP Connector in Azure logic Apps. However, I can't make it to work. I have even tried to connect to public test FTP server but it still shows invalid connection.
Shown below are the connection details for Public FTP. The exception I face is Invalid Connection on designer. The Exception Detail is: Details: Ftp Password is empty or was not provided
I am not sure if I am missing anything. I have tried testing with other SFTP server on port 22 but in vain.
Thanks in advance for your kind help.
Is it FTP or SFTP? Or FTPS?
I see you're using port 22.
Did you try ticking Enable SSL? Disable Certificate Validation?
Did you try using SFTP - SSH connector?
I looked at the conenction again. I was provided an SFTP option, and that what I needed to use.
Changing from simple FTP to SFTP resolvd the issues.

Issue with lag out in ATOM : continues to show: 200 zzz...after i upload to website via ftp

I am starting to work with Atom and was uploading my web template to Host Gator via Atom through Remote FTP package and it keeps giving me this code non stop. I was able to successfully upload the folder, but it continues to do this if I reconnect or disconnect. I've searched all over and I can't find the issue anywhere. Hopefully you guys can give me a hand. Thanks!
This is just the standard message you get that your site is connected and no uploading or downloading is happening.

Renci SSH NET Upload Large File Failure

I've been using a .NET DLL by Renci SSH NET which transfers the files from local machine to secure FTP. It was working fine for small files but this has a problem while uploading large files through my application. I increased the buffer time, operation time out but it still doesn't upload. When I debugged my code, it stuck at the point where I'm uploading & it does not even throw any error.
Any Suggestions Please?
Thanks
Per your description, it's not clear if the issue caused by your codes or by the SFTP server, so I would like to suggest:
Use a ftp client to upload the same file to the SFTP server to see if that OK.
If OK, then you can use network monitor tool, such as wireshark, tcpdump, to check if the issue is caused by network unstable.
Also, by using the network monitor tool, you can check if the upload process stop at the same point every time.
Hopefully that would helpful.

Filezilla FTP server - set upload location on file server

I'm setting up a FTPS server and want to upload files to File server(NAS drive). I mapped the drive and tried 'drive letter' and '\serverpath\', But during the transfer its shows failed transfer error. File transfer works for local disks.
Has anyone came accross with the issue to upload files on file server(NAS drive) using FTPS? Please let me know.
Thanks!
I found the solution.
Windows 'System' account can't access network shared drive, So i had to run filezilla server service under network user and then it worked.

Resources