Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    User and password for FTP???

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    4
    1.4k
    Loading More Posts
    • 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.
    • peirofundefined
      peirof
      last edited by

      Hi,

      i want to upload a file to duet, and i d'like use FTP server, i have power on….

      [[language]]
      ; Network
      M550 PTLM Duet Wifi                                                          ; Set machine name
      M552 S1                                                                      ; Enable network
      M587 S"Dlink-869L.2,4" P"a1b2c3d4" I"192.168.1.50" 			     ; Configure access point and IP addresses. You can delete this line once connected
      M586 P0 S1                                                                   ; Enable HTTP
      M586 P1 S1                                                                   ; Enable FTP
      M586 P2 S1   
      
      

      i try to connect to Duet for FTP: ftp://192.168.1.109/….. and ask me for a USER and PASSOWORD. What are?

      thanks

      1 Reply Last reply Reply Quote 0
      • EasyTargetundefined
        EasyTarget
        last edited by

        [[language]]
        User = anonymous
        Pass = The same one as in the web interface.
        
        ```.. at least that worked for me when I tried this earlier today :-)
        you may be able to use 'ftp' for the username too, that's a common ftp convention.

        Disaster? The original Printeye is dying with RRF 3.5 (M208 depreciated).
        PrintPy2024 to the rescue!
        MicroPython based; with simple wiring and and no custom PCB.

        1 Reply Last reply Reply Quote 0
        • peirofundefined
          peirof
          last edited by

          and…. if do not remember the user/pass i have used?
          Where is this?

          1 Reply Last reply Reply Quote 0
          • dc42undefined
            dc42 administrators
            last edited by

            @peirof:

            and…. if do not remember the user/pass i have used?
            Where is this?

            The password is in the M551 command in config.g.

            Duet WiFi hardware designer and firmware engineer
            Please do not ask me for Duet support via PM or email, use the forum
            http://www.escher3d.com, https://miscsolutions.wordpress.com

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA