Serve Files and Directories like FTP (or like Dropbox or Google Drive)

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 45

  • @raymondmichael4987
    @raymondmichael4987 4 года назад +4

    You're truly blessed my brother; under 9 minutes you've created something very cool.
    Good work;
    Greetings from Tanzania 🇹🇿

  • @sanu-oct30
    @sanu-oct30 Год назад +1

    Thanks!

  • @j_r28
    @j_r28 2 года назад

    I am literally on the verge to cry. I was scratching my head around, the documentation wasn't that good and extended. Also I didn't find much useful videos on RUclips. Thanks, please keep making things, I'm liking sharing and Subscribing you brother.

  • @mikhailmcrae5924
    @mikhailmcrae5924 10 месяцев назад

    I wish videos like this were done without express.

  • @PankajPatidar1
    @PankajPatidar1 4 года назад +1

    How to keep secure api endpoint of php MySQL database from decompile. In proguard if we obscute the key then it will not work. Then how to keep hide the api endpoint

    • @mafiacodes
      @mafiacodes  4 года назад

      u cannot actually hide an API endpoint, in app u may but its available globally...

    • @rogerccaqp
      @rogerccaqp 4 года назад +1

      I wanna know this too.
      Or other alternative for security .
      Like limit the request,
      Limits the apps that can use my api, know who is accessing andf block it. 🤔
      Its possible?

    • @PankajPatidar1
      @PankajPatidar1 4 года назад

      @@mafiacodes then we can get anyone's data through postman by decompile app.

    • @PankajPatidar1
      @PankajPatidar1 4 года назад

      @@rogerccaqp if you find any solution comment down here by replying

    • @rogerccaqp
      @rogerccaqp 4 года назад

      @@PankajPatidar1 ii believe and i guess
      that there is a way that protect it in backend.
      Like whitelist of apps that can use my api 🤔

  • @Hrit
    @Hrit Год назад

    I have a genuine question, I want to use this server for storing profile images of users for an application. Can I host this ftp server and a node server on different ports and use node server to import or export images? Ultimately I want to get a link for an image which I can send as JSON to the admin when he wants all user data.
    Please help!

  • @Fisherman-yd4uo
    @Fisherman-yd4uo 10 месяцев назад

    Thanks a lot!!!

  • @sidharthbhunia2026
    @sidharthbhunia2026 4 года назад +1

    U r awesome bro🤙🤘

  • @koggism
    @koggism 3 года назад

    Good info, one thing though. When you click on pdf or photo they open, why do video files not open, but only download?

  • @ultimatewarriorfrieza275
    @ultimatewarriorfrieza275 Год назад +2

    But is it ftp?

  • @redbeardjunior
    @redbeardjunior 4 года назад

    How can i make it a downloaded link if i click on a file i would like to download the file right away

  • @NarendraSingh-gv4ck
    @NarendraSingh-gv4ck 4 года назад +1

    Which vs code extension do you use to show the size of the module?

  • @rajeevchris4920
    @rajeevchris4920 4 года назад +1

    Hi Mittal please do a series on firebase database (realtime database) please

    • @mafiacodes
      @mafiacodes  4 года назад

      U mean the web + firebase?

    • @rajeevchris4920
      @rajeevchris4920 4 года назад

      @@mafiacodes no how to create database using firebase

    • @mafiacodes
      @mafiacodes  4 года назад

      ruclips.net/p/PLdHg5T0SNpN2NimxW3piNqEVBWtXcraz-

  • @uttkarshsingh3771
    @uttkarshsingh3771 4 года назад

    Wanted to ask weather we store the these big files in the remote database or the server itself in case of big applications.And if not in the database then what is the use of making the database like the mongodb?

  • @rahulg8872
    @rahulg8872 4 года назад

    Hii, I have one question.
    Should I have to create whole app on one activity with different fragments? If no then how RUclips manages it.

    • @mafiacodes
      @mafiacodes  4 года назад

      Yes

    • @rahulg8872
      @rahulg8872 4 года назад

      Well I made application like online test management and grocery app as well but sometimes Video activity and permissions requires activity and on that time I get stuck.

  • @ferin_patel
    @ferin_patel 3 года назад

    How to add custom styling to this package ???

  • @mgope9250
    @mgope9250 4 года назад

    where can I get it's html page? I don't want the search option

    • @mafiacodes
      @mafiacodes  4 года назад

      U can pass in search option to false or else u can use css to hide or finally refer the modules docs

  • @learnmaziyyah473
    @learnmaziyyah473 4 года назад

    brother how we can create secure directory like => require jwt-token to serve files

    • @mafiacodes
      @mafiacodes  4 года назад +1

      add the authentication as a middleware

  • @zeasa2324
    @zeasa2324 3 года назад

    Hi I was wondering if the server updates in real time when a file is added into the ftp directory

    • @mafiacodes
      @mafiacodes  3 года назад

      I guess soo, but you can try that oyo

  • @adwaithks
    @adwaithks 4 года назад

    Will i be able to embed any of these files using if dirlisting enabled, in the frontend???

  • @ashrafmakandar3370
    @ashrafmakandar3370 4 года назад

    hi please make a video on full screen intent notification

  • @PankajPatidar1
    @PankajPatidar1 4 года назад

    there no good tutorial on proguard. can you make video on Pro Guard For android app. to secure app in expert level in one video.

  • @MisterFresh022
    @MisterFresh022 4 года назад

    You're using an HTML protocol, not FTP.

    • @mafiacodes
      @mafiacodes  4 года назад +1

      The title says “LIKE” ftp and everywhere in video I mentioned that serve files like ftp

    • @MisterFresh022
      @MisterFresh022 4 года назад

      @@mafiacodes It is or it isn't, there's no "like FTP". What you did is a Web File Server, FTP is something completely different.