Quantcast
Channel: Schedule file backup. transfer files from user system to server
Browsing latest articles
Browse All 11 View Live

Re: Schedule file backup. transfer files from user system to server

In that case, you'll need just the one web service - both the windows app and windows service can call it. 

View Article



Re: Schedule file backup. transfer files from user system to server

username and password is not for ftp login. They are required to check whether the user is registered with the application or not. user details are stored in the database which resides inthe server.

View Article

Re: Schedule file backup. transfer files from user system to server

Windows app - provide the UI, get the details, add to the XML file. Windows service - reads from the XML file every minute and if it's a scheduled time,start the upload.(Windows service tutorial shown...

View Article

Re: Schedule file backup. transfer files from user system to server

I am new to .net. How to make windows service read from an XML file.   Can you give me any example or post related links ?The thing I need exactly is :A Windows application to provide the UI for user...

View Article

Re: Schedule file backup. transfer files from user system to server

You can make your application a windows service which performs the upload.  Have the windows service read the user-scheduled time from an XML file or a database or whatever you're using as a data...

View Article


Re: Schedule file backup. transfer files from user system to server

This file transfer operation should be performed at a specified time the user schedules. How to initiate this process at a specified time ? Is it possible to integrate the application with windows task...

View Article

Re: Schedule file backup. transfer files from user system to server

Thank you

View Article

Re: Schedule file backup. transfer files from user system to server

Lots of ftp components available...http://www.codeproject.com/KB/IP/SimpleFTPDemo.aspx have a look at this site to get clear idea of simple ftp transfer.

View Article


Re: Schedule file backup. transfer files from user system to server

Could you send me the code snippets or any related resources  for FTP transfer in C# ?

View Article


Re: Schedule file backup. transfer files from user system to server

why can't you use ftp transfer? which is very realiable for large files transmission.

View Article

Schedule file backup. transfer files from user system to server

Hi,     I am developing an application which is similar to iDrive online backup tool. For this to be done, I need to develop a windows application and let the user to download the application from the...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images