Results 1 to 9 of 9

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

  1. #1
    Lively Member
    Join Date
    May 09
    Location
    EG
    Posts
    73

    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
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,283

    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.
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  3. #3
    Lively Member
    Join Date
    May 09
    Location
    EG
    Posts
    73

    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
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,283

    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.
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  5. #5
    Lively Member
    Join Date
    May 09
    Location
    EG
    Posts
    73

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

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

  6. #6
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,283

    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.
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  7. #7
    Lively Member
    Join Date
    May 09
    Location
    EG
    Posts
    73

    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 11
    Posts
    113

    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
    Lively Member
    Join Date
    May 09
    Location
    EG
    Posts
    73

    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
  •