|
-
Aug 24th, 2006, 01:47 PM
#1
Thread Starter
Addicted Member
Uploding files to ftp
I have written a database application. In that, there is a feature of offsite database backup. I need to upload the database to ftp server.
How can I upload the database to ftp? Can anyone suggest some code that can do this.
Please help and guide.
-
Aug 24th, 2006, 05:35 PM
#2
PowerPoster
Re: Uploding files to ftp
in .NET 2.0 you can use the FTP Classes. take a look at the documentation and the System.Net namespace
;-)
-
Aug 24th, 2006, 06:03 PM
#3
Re: Uploding files to ftp
As Techno says, but more specifically, take a look at the help topic for the FtpWebRequest.GetRequestStream method. It has an appropriate code example.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|