473,473 Members | 1,562 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Window service question

I need to make a c# program that will do uploads and downloads at 9am
and 3PM. The server is here, so I have access to it. Do I make a
console app and schedule it as a task. Or is there a better way. Is
there some code out there already to do this. I need to be able to keep
track of the files I download and upload.
Dave
www.helixpoint.com

Jan 13 '06 #1
3 996
Do you need a user interface? Since you use the word "Server", I presume
your target machine is a Windows Server? I always use Windows Services if
the above first condition is false and the second true purely because
Windows Services are the right tool for this kind of job. But without the
other details it is difficult to give you advice.

<df********@hotmail.com> wrote in message
news:11*********************@g47g2000cwa.googlegro ups.com...
I need to make a c# program that will do uploads and downloads at 9am
and 3PM. The server is here, so I have access to it. Do I make a
console app and schedule it as a task. Or is there a better way. Is
there some code out there already to do this. I need to be able to keep
track of the files I download and upload.
Dave
www.helixpoint.com

Jan 13 '06 #2

<df********@hotmail.com> wrote in message
news:11*********************@g47g2000cwa.googlegro ups.com...
|I need to make a c# program that will do uploads and downloads at 9am
| and 3PM. The server is here, so I have access to it. Do I make a
| console app and schedule it as a task. Or is there a better way. Is
| there some code out there already to do this. I need to be able to keep
| track of the files I download and upload.
|
|
| Dave
| www.helixpoint.com
|

You don't need a service for thi, just use the scheduler to run a console
application once at 9am and another time at 3pm.

Willy.
Jan 13 '06 #3
Hi,

Certainly a console app being run by a sched job is a flexible solution. the
other could be a windows service.

Keeping a look is fairly simple, just write it to a file or dump it in the
event log
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

<df********@hotmail.com> wrote in message
news:11*********************@g47g2000cwa.googlegro ups.com...
I need to make a c# program that will do uploads and downloads at 9am
and 3PM. The server is here, so I have access to it. Do I make a
console app and schedule it as a task. Or is there a better way. Is
there some code out there already to do this. I need to be able to keep
track of the files I download and upload.
Dave
www.helixpoint.com

Jan 13 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
by: Andrew Poulos | last post by:
If I manage to call the following bit of javascript in IE and MZ w = window.open("", "s", 'status=no,resizable=no,width=450,height=450'); I get a window that is not resizable and without a...
7
by: BW | last post by:
Hi all! I'm not sure where to post this so I'm giving these a try. If there is a better (more appropriate) place to post please let me know. I want to create a service (in C#). The service's...
12
by: Dilip | last post by:
Hi All I have a server based C# console application. This application must hide its console window when its launched out on the field. So I dutifully P/Invoke'd FindWindow/ShowWindow...
0
by: henkya | last post by:
Language Used: C# Project Typed: Setup Project (for .NET Window Service) Hi Bump into this issue and seriously have a hunch that this is a bug in the .NET setup project. These are the scenario:...
0
by: olanger | last post by:
Let me explain the scenerio, I have a window service that has timer and OnElapsed timer event I'm calling a method. This method process business logic and It's multi threaded. The problem...when the...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.