Results 1 to 4 of 4

Thread: File Sharing

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Posts
    87
    Hi guys..

    I'd like to ask whether it's possible or not to create a vb-application that enables users within the vb-application network to share the files in a certain directory; thus enabling users to search for files within the vb-application network..

    thanks.
    MohamadHassan<equuelus@icqmail.com>

    Javascript,VBScript,ASP,LearningVBfor.NET

    ICQ:7205608

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    I can't see any reason why it wouldn't be possible...
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Posts
    87
    okey...

    but how?... do you have samples or reference that i could look at..

    thanks.
    MohamadHassan<equuelus@icqmail.com>

    Javascript,VBScript,ASP,LearningVBfor.NET

    ICQ:7205608

  4. #4
    Lively Member Maartin's Avatar
    Join Date
    Jan 2000
    Location
    Benoni, Gauteng, South-Africa
    Posts
    99
    Hi there. it depends on what you want to do, if you want to be able to copy files and write things to then it is very easy.

    Example to copy a file from unc location:
    filecopy "\\pc\source\filename.unk" "\\pc\destination\filename.unk"
    or you can map the drive to the pc and then address the drive instead
    of the unc path eg.
    filecopy "drive:\source\filename.unk" "drive:\destination\filename.unk"

    You have to be more specific.
    Have Fun ;-)
    Maartin
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    if it ain't broke don't fix, rewrite it.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width