Results 1 to 2 of 2

Thread: FTP uploading! I need to put whole folders on

  1. #1

    Thread Starter
    Fanatic Member damasterjo's Avatar
    Join Date
    Nov 2005
    Location
    In front of my Comp DirectX7 EXpert
    Posts
    827

    FTP uploading! I need to put whole folders on

    I have no idea how to do winsock. i keep reading articles and it says to add winsock command with
    wskFTPC and wskFTPD

    i dont have that? my options are

    sckUDP sckTDP

    how do i do this?!
    Software languages known:
    Qbasic - TI-Basic - Liberty Basic - Visual Basic 6
    Software API's known:
    Directx 7 and 8
    Internet languages, in the process of learning:
    HTML - JAVASCRIPT - PHP - CSS - MYSQL - AJAX

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: FTP uploading! I need to put whole folders on

    you can use an inet control or ftp API functions to upload files, i am sure either of those would be simpler to use
    to upload a complete directory create a directory on the server, then change into it, then upload all the files by looping through the local folder
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

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