<% f = Request.querystring("f") If f = "" Then Response.end t = Request.querystring("t") if t = "down" then path = "ftp/allegati/"&f 'Server.MapPath("ftp/download/"&f) if t = "all" then path = "ftp/allegati/"&f 'Server.MapPath("ftp/allegati/"&f) if path = "" then Response.end response.redirect(path) response.End %>