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

  • Thread starter Thread starter Manuel Arroba
  • Start date Start date
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)
 
Back
Top