Rank: Member Groups: Member
Joined: 5/19/2010 Posts: 22
|
Hi
a short question:
- do you have a solution to download a file from a remote ftp Server?
I have Login / Passwort and URL to this System. So from this System I have to download a .csv file to my local Server System.
Shure, I can do this with .net functionality... but maybe you have also a functionality to do this using a "perfect" your own component?
Thanks for a short Information about.
BR.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Thank you very much for your feedback. Unfortunately no, we do not have that now. It's easy to do a FTP download in a traditional app (such as using .NET FtpWebRequest class), but doing so in a Web page is a completely different story. Currently we are not aware of any to do that without a plug-in. Obviously the browser knows how to do it, but there is no interface to expose the feature to JavaScript, or any support for getting the progress information.
|