How to solve this problem?

L

Lee Tow

Hello all:
I want to write a program using ASP,that it can finish automatically:
those files can be copied each other between the server and local,and it can
delete some files in server automatically.who can write some code in
detail.thank you very much.
 
C

Curt_C [MVP]

Lee said:
Hello all:
I want to write a program using ASP,that it can finish automatically:
those files can be copied each other between the server and local,and it can
delete some files in server automatically.who can write some code in
detail.thank you very much.

Not sure I follow...
Are you saying you want a way to upload a file from the client to the
server?
 
R

Roland Hall

in message
: Lee Tow wrote:
: > Hello all:
: > I want to write a program using ASP,that it can finish automatically:
: > those files can be copied each other between the server and local,and it
can
: > delete some files in server automatically.who can write some code in
: > detail.thank you very much.
: >
: >
:
: Not sure I follow...
: Are you saying you want a way to upload a file from the client to the
: server?

Nope, s/he is asking WHO can write some detailed code given only general
information. The answer is nobody.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 
R

Roland Hall

in message : I want to write a program using ASP,that it can finish automatically:

All ASP scripts finish automatically. Only client-side can wait for a
response.

: those files can be copied each other between the server and local,

Which files? Do you want to upload from the client to the server or
download from the server to the client, or both?

: and it can
: delete some files in server automatically.

ON the server files can be deleted but only with appropriate rights and
specifically which files you want deleted and it should get confirmation
before deletion.

: who can write some code in
: detail.thank you very much.

Probably a lot of people can write detailed code but you'll need to be more
specific as to your specific needs. I understand there is a language
barrier here so I'm trying to show you how it makes sense on this end.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,148
Messages
2,570,838
Members
47,385
Latest member
Joneswilliam01

Latest Threads

Top