Hi Alex,
thanks very much for the fast reply. It seems as if I can’t even connect with the demo - there is no navigation window for me at all. In the console in chrome I get the status msg 520. I unfortunately didn’t test your demo before, but I suppose the FTP server isn’t supported by your plugin.
Not sure about that really
Could you send me credentials by email?
alex [at] internet2000 [dot] net
@alex.hoyau that is unfortunately not possible. We’ve decided to go another route, but thank you very much for your help!
Hi,
Before buying, I wanted to try the demo app. I can send data to my FTP but I can’t see those datas.
is there a solution?
Thanks !
Hello
I just answered your email, let’s continue there
I would like to display the root directory of my FTP ( / )
Honestly, I don’t really understand what is expected in the “path” parameter ^^
Thanks !
Of course
Do you have suggestions about where I should put this kind of info?
To interact with the FTP I use unifile: https://github.com/silexlabs/unifile
This is the docs of the readdir method I use to list a folder, with its path argument:
http://projects.silexlabs.org/unifile/Unifile.html#readdir
And finally this is how I call readdir:
files = await getUnifile().readdir(session, options.service, options.root + options.path)
With my ftp client it works when I set root
to an empty string and path
to /
Maybe you can hard code all parameters to test?
Trying to use SFTP just getting spinning icon no file list… port 2222 on wpengine hosted site
@tech12 I really tried as you saw by email, I think this could work better with a domain name instead of an IP address for the host, but I am not sure. Maybe it is the Filezilla FTP server. As I said, the problem lies in one of these package which I tried to debug but I couldn’t
This plugin will not work with 100% of the FTP hosts, if you have ideas or feedback I’ll be happy to take them into account. If you appreciated the support please leave a review.
Have a nice day
@jrmayhew67 As I just explained, not all FTP servers will work properly
Please give me access to your FTP and I’ll try to make it work
Also sometimes in the debug console of bubble you have info about the error
I Installed your FTP plugin for Bubble. In your test my FTP is working fine. I want to download small images (100kb) from a FTP server and add them to a thing in Bubble. The workflow I have build workes sporadically (80% not downloading), after that I get the error:
Workflow error - Temporary error connecting to Ftp - Download (raw message: {"errorMessage":"2022-07-27T08:06:28.912Z 8bedf934-797c-43cb-bfc6-b815a249811d Task timed out after 26.03 seconds"})
Workflow error - Temporary error connecting to Ftp - Download (raw message: {"errorMessage":"2022-08-22T13:37:56.868Z e3b422e2-4b00-47e1-b62a-3ddfc1c8b7cd Task timed out after 26.03 seconds"})
What I’m missing here? Like to hear, have a nice day!
Hi @martijntenpas
Thanks for reaching out by email, I was more reactive there right?
As I told you just now, one of my instances was down. It was a problem of deprecated ubuntu base image
I hope the problem is solved, let me know
Thank you for your patience
Hello @alex.hoyau , I try to upload a file on a remote server thanks to your plugin, it seems to work but at the end the file is twice as big as at the beginning and it does not work as expected (it is to display a 3D model)
I tried to upload the file with Filezilla and everything is fine so it’s the plugin that makes the file bigger.
I don’t know if the problem comes from the format of the file which is not managed by the plugin (I can send you an example by email, the format is .drc ) or if as you say the plugin is not compatible with 100% of the servers.
Thanks
hello @ni.delalande
thank you for reaching out
it is probably due to an issue with the ftp server and the lib i use to connect to it
what ftp server are you using?
Hello @alex.hoyau ,
I use a very basic ubuntu ftp server:
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy
What details would you need specifically?
I also tested to send an image of 6ko, with filezilla nothing changes, but with the plugin its size reduces to 112o.
So it’s probably not the format the problem
And by the way, what is the lib you use?
What details would you need specifically?
Maybe the package you use? What is the cli you run?
And by the way, what is the lib you use?
- FTP: basic-ftp
- SFTP: sftp-promises
Hello.
I have an application that needs to access via SFTP using a private key, not a password.
Does the Plugin allow accessing the Key file instead of the password?
I am not an expert, according to my research the server uses SFTP protocol version 3
Does it help?
Hi @alex.hoyau . I have tested your plugin. The images have been uploaded to my server and are available for viewing. After that, I bought your poagin, but now the images are not available for viewing. Now instead of the image, this opens
What could be the reason?
@alex.hoyau Why are you silent? is the plugin supported or not?