|
Iniciado por guest, 03,abr. 2010 17:01 - 5 respuestas |
| |
| | | |
|
| |
Publicado el 03,abril 2010 - 17:01 |
| |
| |
| | | |
|
| | |
| |
Publicado el 04,abril 2010 - 12:17 |
Try functions UploadCopyFile and FileDisplay to see if it fits your need. Cheers King |
| |
| |
| | | |
|
| | |
| |
Publicado el 04,abril 2010 - 16:52 |
| |
| |
| | | |
|
| | |
| |
Publicado el 06,abril 2010 - 01:04 |
Hi Michael, there's FTPS - secure FTP. I don't know whether it's working with WD14. Gene6 FTP-server can use FTPS protocol. The difference: the ftp-server of your web server has to support FTPS. We're using Gene 6 http://www.g6ftpserver.com/ because the standard ftp-server of Win2000 and Win2003 Server doesn't support multiple simultaneous connections. Try to use http://www.g6ftpserver.com/en/ftptest for test connections. WinDev command NetStartServer(..) has an option to encrypt data and to use an encrypted key. Maybe, this is enough security, maybe, this is std. FTPS already? We transfer password-protected zip-files over a standard FTP-connection. Zipped files offer faster transfer speeds because you can expect about 60% file size of original files. The transferred files have to be handled anyway, so, why not unzip it too? Oh, never ever use 'anonymous ftp', there's a nasty hack that is used by script kids to get on your web server. Windows 2000 server installs anonymous ftp as a standard .. Kind regards, Guenter |
| |
| |
| | | |
|
| | |
| |
Publicado el 06,abril 2010 - 01:04 |
Hi Guenter, SFTP and FTPS are not a choise because our ISA2006 Firewall doesn´t support these protocols.But yes, I have already thought about this: I create a ftp account with read permissions to only one directory. The user can create a task via hfsql to download files. A second server program create a crypted zip file and put it in these single directory and the user can dowload it via ftp. the bad thing is that i have to create a program that polls every xx second for a download task, because the possibility of triggers and stored procedures are to poor for that .... Or PC Soft create a progressbar to hlinkmemo (pleeeeeaaaseeeee !!!) greetings md |
| |
| |
| | | |
|
| | |
| |
Publicado el 08,septiembre 2023 - 14:35 |
It seems like you're exploring options for secure file transfer without SFTP or FTPS due to limitations with your ISA 2006 Firewall. Creating a solution where users can initiate tasks to download files and receive encrypted ZIP files via FTP is a viable approach.
If PC Soft can implement a progress bar for HLinkMemo, it would certainly enhance the user experience. You can suggest this feature to them or look for alternatives that provide better progress reporting.
Your solution: https://mac.eltima.com/file-manager.html |
| |
| |
| | | |
|
| | | | |
| | |
|