Home > Archive > ASP > June 2005 > server.transfer
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
|
| Bob Barrows [MVP] 2005-06-09, 8:55 pm |
| abcd wrote:
> I am using the following statement in my asp page , it doesnt work
>
> server.Transfer(ftp://mymachine/dir1/data.zip)
>
From the documentation:
Server.Transfer
The Transfer method sends all of the information that has been assembled for
processing by one .asp file to a second .asp file.
The operative words are "second .asp file"
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
| |
|
| do you know the best method to transfer to ftp site from asp page
in my asp page I check some user validation and if that is trhough I give
access to the file thru ftp I can choose some other mechanism if that is
efficient
thanks
Bob Barrows [MVP] wrote:
> abcd wrote:
>
> From the documentation:
>
> Server.Transfer
> The Transfer method sends all of the information that has been
> assembled for processing by one .asp file to a second .asp file.
>
>
> The operative words are "second .asp file"
|
|
|
|
|