im trying to schedule my ftp program which inlcudes uploading(from local m/c) to ftp server, downloading files, deletion applications.th e appln should start at a particular time and complete all this task. Can anyone suggest me a way? using C#. im new to task scheduler.urgen t. plz.
thanx in adv
User Profile
Collapse
-
task schedulinf of FTP program C#
-
create folder & upload file in the web server through web service-C#
create folder & upload file in the web server through web service-C#
--------------------------------------------------------------------------------
im using web service to connect windows form with a webserver. from solution explorer(visual studio 2005),adding asp.net web service,giving url of localhost and then adding web reference.
1. if im giving ftp url like ftp://ftp.microsoft.c om/wwwroot/services/, im not... -
create folder & upload file in the web server through web service-C#
im using web service to connect windows form with a webserver. from solution explorer(visual studio 2005),adding asp.net web service,giving url of localhost and then adding web reference.
1. if im giving ftp url like ftp://ftp.microsoft.com/wwwroot/services/, im not able to add web reference?
error thrown-Default credentials are not supported on an FTP request.
Parameter name: value
2.in windows form when im uploading...
No activity results to display
Show More