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. C#
  4. FileCopy with ftp path

FileCopy with ftp path

Scheduled Pinned Locked Moved C#
csharpsysadminquestion
5 Posts 3 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.
  • M Offline
    M Offline
    Martin 0
    wrote on last edited by
    #1

    Hello everybody, I have to copy and delete a file by using a ftp path (ftp://xxx.xxx.x.x/mydirectory). Is there a possibility in .Net1.1 without using a ftp-server? Thank's for youre time! Martin

    P S 2 Replies Last reply
    0
    • M Martin 0

      Hello everybody, I have to copy and delete a file by using a ftp path (ftp://xxx.xxx.x.x/mydirectory). Is there a possibility in .Net1.1 without using a ftp-server? Thank's for youre time! Martin

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      There is no direct FTP functionality in .NET1.1. As this is simply socket programming, you can roll your own or use something like this: http://www.codeproject.com/cs/internet/ftplib.asp[^]

      the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
      Deja View - the feeling that you've seen this post before.

      M 1 Reply Last reply
      0
      • M Martin 0

        Hello everybody, I have to copy and delete a file by using a ftp path (ftp://xxx.xxx.x.x/mydirectory). Is there a possibility in .Net1.1 without using a ftp-server? Thank's for youre time! Martin

        S Offline
        S Offline
        Shajeel
        wrote on last edited by
        #3

        you dont need a ftp-server, you need a ftp client and there are some clients available in CP. here are some http://www.codeproject.com/cs/internet/ftplibrary.asp[^] http://www.codeproject.com/cs/internet/ftplib.asp[^]

        Regards Shajeel

        M 1 Reply Last reply
        0
        • P Pete OHanlon

          There is no direct FTP functionality in .NET1.1. As this is simply socket programming, you can roll your own or use something like this: http://www.codeproject.com/cs/internet/ftplib.asp[^]

          the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
          Deja View - the feeling that you've seen this post before.

          M Offline
          M Offline
          Martin 0
          wrote on last edited by
          #4

          Thanks a lot!

          1 Reply Last reply
          0
          • S Shajeel

            you dont need a ftp-server, you need a ftp client and there are some clients available in CP. here are some http://www.codeproject.com/cs/internet/ftplibrary.asp[^] http://www.codeproject.com/cs/internet/ftplib.asp[^]

            Regards Shajeel

            M Offline
            M Offline
            Martin 0
            wrote on last edited by
            #5

            Thanks a lot!

            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