Results 1 to 9 of 9

Thread: MS Inet FTP to upload, download, rename and delete files

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2009
    Location
    EG
    Posts
    87

    Smile MS Inet FTP to upload, download, rename and delete files

    • In this project we shall discuss using Microsoft Interner Transfer Control or (INET.Ocx) to :


    1. Connect to FTP remote server.
    2. Retrieving main/sub directories from FTP remote server.
    3. Retrieving files from FTP remote server.
    4. Uploading file to FTP remote server.
    5. Downloading file from FTP remote server.
    6. Make new directory (folder) at FTP remote server.
    7. Rename & Delete file from FTP remote server.


    • In this project we won't be using API calls (i.e. INET API) also we will cover these issues :


    1. The Spaces problem while downloading and uploading files.
    2. Error message "Still executing last request" number 35764.
    3. Error message "File exists"
    4. Application Hangs up after ending it.
    5. Using TreeView control to list all the Directories on the FTP remote server.
    6. Using ListBox control to list all files on the FTP remote server related to above folder.




    Here is the download link for the source code in the attachment .
    The application is working perfect with me, Please try it and tell me what went wrong with you so i can fix it.
    Attached Files Attached Files
    Last edited by evry1falls; Jun 9th, 2012 at 01:35 PM.

Tags for this Thread

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