Re: ftp from ASP.Net 2.0
- From: "Patrice" <scribe@xxxxxxxx>
- Date: Fri, 31 Mar 2006 17:02:06 +0200
Try :
http://msdn2.microsoft.com/en-us/library/system.net.ftpwebrequest(VS.80).aspx
(FtpWebRequest)
Just to make sure, FTP doesn't have anything to do with the FileUpload
control : the file will uploaded to the server and then the server will save
the file to some other server using FTP.
--
Patrice
"sparty1022" <sparty1022@xxxxxxxxxxxxxxxxxxxxxxxxx> a écrit dans le message
de news: 95DB31C4-46BA-4D2F-87B5-7D0672AA3E47@xxxxxxxxxxxxxxxx
I believe that I have spent days looking for a "HOW TO" on developing an
ftp
process from an ASP.net 2.0 page that utilizes a "FileUpLoad" control.
Can I not just call the "SaveAS"(ftp_site, username, password + filename)
method? If I can't do this someone please point me in the direction of how
this task can get done.
Is there more to it? I don't know... that is why I am posting a call for
help.
.
- Prev by Date: Re: Problems with nested datagrid and editing all rows in it
- Next by Date: Re: Menu item from database in ASP.Net
- Previous by thread: Re: TypeInitializationException
- Next by thread: Re: ftp from ASP.Net 2.0
- Index(es):
Relevant Pages
|