TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
garbage
NA
10
26.2k
FtpClientConnection
Oct 18 2006 6:43 AM
I just would like to ask for a sample code that really works on Downloading or Receiving files from the FTP. I have these lines of code but seems like it don't work. FtpClientConnection myftpClientConn = null; public frmDbSynch() { InitializeComponent(); } private void btnDBSynch_Click(object sender, EventArgs e) { String[] remoteFileNames = { "myTestFolder", "myFTPFolder" }; String localPath = @"C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup"; myftpClientConn.ReceiveFiles(remoteFileNames, localPath, true, true); } thanks
Reply
Answers (
0
)
C# Oracle
Error !! with Crystal report in VS 2005 (C#) (Help me Please who has a ploblem same me)