/ShareFileLikeFTPViaHTTP

Share Files Like FTP Via HTTP Using Spring Boot.

Primary LanguageJava

Share File Explorer Like FTP Via HTTP using spring boot.

1 - Expose 8080 port to wifi/hotspot network.

Below command for enable Fedora to expose 8080 port for connected wifi or hotspot.

sudo firewall-cmd --zone=public --add-port=8080/tcp --permanent

sudo firewall-cmd --reload

2 - configure this app

set folderPath in application.properties file.

in my case:

folder-path=/run/media/dipakugale/New Volume/$ AccessFromHere/SpringBootAws

3 - Get Device IP

Get ip 4 from terminal

ip a

image

4 - Access from browser

http://192.168.50.144:8080/

image

or from another devices image


Thank you!