copy files between server and client / upload & download with source and target

M

Manuel Arroba

Hi...

I am working in an asp.net vb application.

The custormer has some txt and zip files that have to distribute
between some partners. Each of this partners are in the same company,
so security is not an issue. Each of this partners login in the
database.

The customer has a database with the source directory (in the server)
and the target (in the client side) where the files are to be copied
for each partner.

I have seen several ways to upload/download files, but almost always
the client has to specify the target/source directory. I would like
something much more automated, like copy(source in the server, target
in the client) and
copy (source in the client, target in the server).

I know that this "role" is not quite standard for a web application,
but...

If anyone can help me....
Thanks a lot...
M. (Barcelona, Spain)
 

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

Top