| Dart Home | PowerTCP FTP for ActiveX | Custom Development | Reply | PowerTCP FTP for ActiveX Topics | Forums |
| Author | Forum: PowerTCP FTP for ActiveX Topic: ASP Enduser redirect |
| User134 Posts: 2 Member Since: 04/08/02 |
posted April 8, 2002 5:00 AM Can i in some way use your component to directly redirect the download to the enduser without first downloading it. In the Retrive method i can store in a variable but can i retrive the file and in the same time submit it to the enduser? |
| User134 Posts: 2 Member Since: 04/08/02 |
posted April 8, 2002 10:11 AM I though i could use binarywrite in the response header of the asp page to redirect the response to the enduser. But then i must convert the data to binary and get it pices as it is downloaded from the ftp server not in an entire string. |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted April 8, 2002 11:30 AM Hi, No, you would have to download the file to the server hosting the ASP page (this machine is the Ftp client), and then transfer it on to the web client accessing the script. To have the file download directly to this machine, the Ftp control would have to be installed there. -ken K M Drake Dart Tech Support |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted April 8, 2002 11:34 AM Hi, Right, you could do a binary transfer, and retrieve the data into a byte array, but you would have to wait for the transfer to finish before doing your Response.BinaryWrite. -ken K M Drake Dart Tech Support |
| Reply | PowerTCP FTP for ActiveX Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|