Click here to Skip to main content
Licence CPOL
First Posted 12 Sep 2002
Views 140,823
Downloads 1,609
Bookmarked 76 times

Application for uploading modified Files to a FTP Server

By | 14 Oct 2002 | Article
Simple C# Console Application that uses a local MS-Access Database to store modification Dates of Files and uploads modified Files to a FTP Server

Introduction

This is a (greatly enhanced) .NET version of the code in my article "Perl Script for uploading modified files to a FTP-Server". Since most of the behaviour is completely the same, please read further details of the description in the article mentioned.

The whole purpose of the application is to upload files from your local Window PC (or LAN) to a FTP server or Windows file server, uploading only files and folders that you want (by a filter) and that actually changed since last upload (by comparing timestamp and filesize).

Installation

The application has no GUI at all, meaning that it is a .NET console application.

Before you use the FTPSync application the first time, please adjust the application-configuration in the file FtpSync.exe.config. This file is a regular .NET XML-configuration file; you can edit it with any text-editor.

Usage of the Application

The application is driven by configuration files with the file extension *.ftpsyncjob. E.g. MyWebsite.ftpsyncjob. You pass a configuration file as the first parameter when starting the application. These configuration files are XML, too.

The configuration files contain all the settings that are needed to upload files and folders to a FTP server. An example configuration file Example.ftpsyncjob is included in the downloads of this article. Open it in your prefered text editor and read the comments for a full description of all options.

History

In ascending order:

  • 2002-09-13 Initial release
  • 2002-09-14 Added Regular Expression support (see example .ftpsyncjob file)
  • 2002-10-12 Added more options, added multi-project support, added Windows-filesystem upload method support (in contrast to FTP upload method), renamed .ftpsync.config files to .ftpsyncjob files.

To mention...

The application is written in C# and is an enhanced version of the "FTP component written with fully managed code" by Alex Kwok. I enhanced it so that creation of FTP folders is possible and that the component handles virtual FTP folders on a Windows FTP server (which don't show up using the LIST FTP command). Thanks to Alex for the component!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Uwe Keim

Chief Technology Officer
Zeta Producer Desktop CMS
Germany Germany

Member

Uwe does programming since 1989 with experiences in Assembler, C++, MFC and lots of web- and database stuff and now uses ASP.NET and C# extensively, too. He is also teached programming to students at the local university.
 
In his free time, he does climbing, running and mountain biking. You can watch him most of the day (and probably night) programming.
 
Some cool, free software from us:
 
Free Test Management Software - Intuitive, competitive, Test Plans. Download now!  
Homepage erstellen - Intuitive, very easy to use. Download now!  
Send large Files online for free by Email
Some random fun stuff in German


Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMy vote of 1 PinmemberRobin Saini23:19 4 May '11  
GeneralTo develop client server application for ftp Pinmemberb_men12320:02 12 Nov '06  
Generalbug at the getFileSize function Pinmemberhacx2k60:01 14 Oct '06  
Generalthanks PinmemberShiva Varshovi21:25 8 Mar '05  
GeneralRe: thanks Pinmembersmartentity21:14 3 Aug '05  
GeneralRe: thanks Pinmemberwebleo2:36 25 Nov '05  
Not able to down load the source code. Is it moved to some other link? Please advice.
QuestionHow to Move Files and Folders on a FTP server Pinmemberusmanm@vonemm.com20:35 22 Jul '04  
AnswerRe: How to Move Files and Folders on a FTP server Pinmembersharad160:29 28 Sep '04  
AnswerRe: How to Move Files and Folders on a FTP server Pinmemberkapil Kumar Garg20:30 24 Jan '07  
Generalscript fails if any file is deleted from local directory. Pinmembersavya2:06 2 Jun '04  
GeneralI love your code! Pinmemberbli-6216:22 14 May '03  
GeneralHey Uwe PinmemberBrian Delahunty9:05 10 Apr '03  
GeneralDead link PinmemberMrEyes0:37 25 Mar '03  
GeneralBugs Pinmemberzhoulhh20:23 22 Feb '03  
QuestionAny bugs found/fixed? PinmemberMatt Philmon8:41 21 Feb '03  
AnswerRe: Any bugs found/fixed? PinsitebuilderUwe Keim8:45 21 Feb '03  
GeneralLovely stuff PineditorPaul Watson2:10 17 Oct '02  
GeneralRe: Lovely stuff PinsitebuilderUwe Keim2:17 17 Oct '02  
QuestionMissing Files ? PinmemberKant6:30 15 Oct '02  
AnswerRe: Missing Files ? PinsitebuilderUwe Keim6:39 15 Oct '02  
GeneralIssues... But really cool idea PinmemberLaurent Kempé10:12 13 Sep '02  
GeneralRe: Issues... But really cool idea PinsitebuilderUwe Keim0:02 14 Sep '02  
GeneralRe: Issues... But really cool idea PinmemberLaurent Kempé0:43 14 Sep '02  
GeneralRe: Issues... But really cool idea PinsitebuilderUwe Keim0:05 14 Sep '02  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120529.1 | Last Updated 15 Oct 2002
Article Copyright 2002 by Uwe Keim
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid