Code Comments
Programming Forum and web based access to our favorite programming groups.I am using the following statement in my asp page , it doesnt work server.Transfer(ftp://mymachine/dir1/data.zip) any clues
Post Follow-up to this messageabcd 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"
Post Follow-up to this messagedo 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"
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.