Posted By:
Tim_Rohaly
Posted On:
Monday, April 23, 2001 01:09 PM
If the directory is shared across computers using some
network file system, then it is seen as a local file from
your code. If the files are not shared then you need
some server program to make those files available to
the network and some client program to talk to that server.
FTP is one example of a protocol by which you can list,
transfer, or delete remote files.