Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. New folder on ftp

New folder on ftp

Scheduled Pinned Locked Moved Visual Basic
help
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shazz Rock
    wrote on last edited by
    #1

    Hello All I had connected ftp using vb6.0 application and want to create new folder on ftp using vb6.0. Please help. Thanx regards Shazz

    Shazz here to help you...

    D 1 Reply Last reply
    0
    • S Shazz Rock

      Hello All I had connected ftp using vb6.0 application and want to create new folder on ftp using vb6.0. Please help. Thanx regards Shazz

      Shazz here to help you...

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Shazz Rock wrote:

      I had connected ftp using vb6.0 application

      OK, what did you use to accomplish this?? There's got to be something in the FTP library you used to do what you want. Without knowing what you used, it's really difficult to tell you what you have to do.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      S 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Shazz Rock wrote:

        I had connected ftp using vb6.0 application

        OK, what did you use to accomplish this?? There's got to be something in the FTP library you used to do what you want. Without knowing what you used, it's really difficult to tell you what you have to do.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        S Offline
        S Offline
        Shazz Rock
        wrote on last edited by
        #3

        Thanx Dave This is my code I had used Inet for URL COnnection along with username password host_name = txtHost.Text If LCase$(Left$(host_name, 6)) <> "ftp://" Then host_name = "ftp://" & host_name inetFTP.URL = host_name inetFTP.UserName = txtUserName.Text inetFTP.Password = txtPassword.Text I hope now you got the code and you can help me. Please help....

        Shazz here to help you...

        D 1 Reply Last reply
        0
        • S Shazz Rock

          Thanx Dave This is my code I had used Inet for URL COnnection along with username password host_name = txtHost.Text If LCase$(Left$(host_name, 6)) <> "ftp://" Then host_name = "ftp://" & host_name inetFTP.URL = host_name inetFTP.UserName = txtUserName.Text inetFTP.Password = txtPassword.Text I hope now you got the code and you can help me. Please help....

          Shazz here to help you...

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          In that case, everything you need to do this is found right here[^].

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups