G
Guest
I'm using ASP.NET 1.1.
I have a DataGrid in which I have a hyperlink column. The NavigateUrl of the
hyperlink is an ftp file on the form "ftp://IP Address/fileName". When I
click the hyperlink the following error page appears:
The resource requested could not be accessed. The following response
received from the FTP server may contain an explanation.530 User anonymous cannot log in.
Is it correct to view an ftp file using this way or should I map this ftp
path into a virtual path? If it is correct to open the ftp file directly, how
can I supply the username and the password "I'm using script window.open() to
open the file in a new window"?
Thanks in advance,
Shehab.
I have a DataGrid in which I have a hyperlink column. The NavigateUrl of the
hyperlink is an ftp file on the form "ftp://IP Address/fileName". When I
click the hyperlink the following error page appears:
The resource requested could not be accessed. The following response
received from the FTP server may contain an explanation.530 User anonymous cannot log in.
Is it correct to view an ftp file using this way or should I map this ftp
path into a virtual path? If it is correct to open the ftp file directly, how
can I supply the username and the password "I'm using script window.open() to
open the file in a new window"?
Thanks in advance,
Shehab.