Results 1 to 9 of 9

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

  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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

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

    Please place your source code (minus all compiled files) in a zip file and attach it to your thread.

  3. #3

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

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

    minus all compiled files
    what do you mean ?!

    sorry this is my first time .

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

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

    That means no .exe files, no .dll files, no .ocx files, nothing but source code and project files.

    Read the policy that is at the beginning of all codebank sections.

    http://www.vbforums.com/showthread.php?t=337258

    I have edited your attachement and removed all compiled files.
    Last edited by Hack; Jun 9th, 2012 at 07:23 AM.

  5. #5

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

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

    Ok, i will edit the .rar file then ....

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

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

    Quote Originally Posted by evry1falls View Post
    Ok, i will edit the .rar file then ....
    Quote Originally Posted by Hack View Post
    I have edited your attachement and removed all compiled files.
    You don't need to...I already did.

  7. #7

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

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

    It's ok, as i said, it's my first time here, i just re-uploaded it the way you mentioned it.
    Thanx though

  8. #8
    Lively Member
    Join Date
    Oct 2011
    Posts
    114

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

    Quote Originally Posted by evry1falls View Post
    • 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.
    Hi,

    Good one. But it is not displaying all the folders of the ftp server. May i know how to fix it.

  9. #9

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

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

    Which FTP server you talk about ?!!
    what is your internet speed ?!!

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