Code Monkey home page Code Monkey logo

esp32_ftpserver_sd's Introduction

ESP32_FTPServer_SD

ESP32 FTP Server

このFTP Serverは、Simple FTP Server for using esp8266 SPIFFs を、ESP32 + SDカード用に移植したものです。

使い方

  1. ESP32とSDカードを接続してください。私はここを参考にさせて頂きました。
    大和通信の技術力 : 次はESP-32でSDカードも使えました。

  2. スケッチのssidとpasswordを自分の環境に合わせて書き換えて下さい。

  3. ESP32にスケッチを書き込み後、シリアルモニタを開くとIPアドレスが表示されるのでメモしておいて下さい。

  4. FTPクライアントからメモしたIPアドレスにアクセスしてください。
    ユーザー名:esp32 パスワード:esp32 です。

    FFFTPを使用した時の設定例
    画像1

    画像2

    画像3

    画像4

    画像5

  5. Windows10のエクスプローラを使ってドラッグ&ドロップでSDにファイルをアップロード/ダウンロードできます。
    Windows10のエクスプローラから接続する時は ftp://esp32:[email protected]/ です。

    画像6

制限事項

  • サブディレクトリは使えません。
  • ファイルのタイムスタンプは固定です。


esp32_ftpserver_sd's People

Contributors

robo8080 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.