Open or redirect WEb page with ftp://myURL

G

Guest

myIn the current web form page, I use Response.Redirect(fullURL) where
fullURL = "ftp://myURL" to a FTP service (control by a button). But it does
not work.

What is wrong with it? Should it work?

Thanks

David
 
L

Lucas Tam

myIn the current web form page, I use Response.Redirect(fullURL) where
fullURL = "ftp://myURL" to a FTP service (control by a button). But it
does not work.

What is wrong with it? Should it work?

It whould work... does your FTP require a password?
 
G

Guest

Yes, it requires password. But it did not reach that step by using redirect
(since it is not redirected).
Does my source code have any syntax error?

David
 
D

DotNet Developer

david said:
Yes, it requires password. But it did not reach that step by using redirect
(since it is not redirected).
Does my source code have any syntax error?

David

:


Don't redirect but use hyperlink instead or passout the ftp link into an
anchor.

I honestly don't know why you cannot but it seems like you are trying to
put the person from a ship's cabin into plane's seat.

Basically they are different.

--


(e-mail address removed)
http://www.freelancedotnetdeveloper.com
Providing consultancy services in .NET
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top