Page 1 of 1

upload for website

Posted: 2023-04-05 08:27
by todosperte
I would like to know, since I have been using filezilla for years now, if there is an API or a code to insert on my site to upload directly via FTP
My site is done in ASP VBSCRIPT
Thanks for the reply

Re: upload for website

Posted: 2023-04-05 10:59
by boco
No, FileZilla products are standalone, at least officially. They might be forks offering APIs, however, we don't have anything to do with them and they are not supported here.
Best bet for browsers would be an FTP extension/add-on, as browsers themselves have largely given up on FTP support, altogether. There is also code floating around for embedding FTP into websites, but not from us.

But, maybe a solution like Directory Lister (please search, cannot link) would be better?

Re: upload for website

Posted: 2023-07-18 15:02
by ManonP
Hi,

What you mean by "officialy"? it means we could find something?

Could be interesting for me...

Re: upload for website

Posted: 2023-07-18 17:20
by boco
Like written, the official builds are all standalone. But, due to the Open Source nature of FileZilla, everyone can just fork it for each and any purpose out there. I am not aware of any forks offering website integration, but I cannot exclude that such code exists.

There are also commercial file servers offering clients in JS, Java or other web languages that can be embedded. However, that's not truly FTP, but HTTP(S).