Jump to content

I work in audio, video and photo, and thus frequently have to deliver large files. I have been doing that with Google Drive, Dropbox and OneDrive, but am quickly running out of space as my schedules fill up. I have a server that I would like to use to allow people to get files when they need them. Basically, I want to be able to use my own storage server appliance with a service similar to Dropbox or Google Drive so that I can use my own storage. I heard of OwnCloud, but it does not have compatibility for Windows 8.1, Server 2012 R2 or later (I have two machines that could be used, one is running Windows 8.1 Pro and the other is running Server 2012 R2). Does anyone know how this could be done with the client requiring no additional tools or software?

"Not breaking it or making it worse is key."

"Bad choices make good stories."

Link to comment
https://linustechtips.com/topic/741652-best-software-solution-for-remote-access/
Share on other sites

Link to post
Share on other sites

I use EasyHTTP server when I want to link people to download files.  

Workstation:  9800X3D|| Asus X670E ProArt Creator || MSI Gaming Trio 4090 Shunt || T.Force 7800CL34 || Corsair AX1600i@240V || whole-house loop.

LANRig/GuestGamingBox: 13700K @ Stock || MSI Z690 DDR4 || ASUS TUF 3090 650W shunt || Corsair SF600 || CPU+GPU watercooled 280 rad pull only || whole-house loop.

Server Router (Untangle): 13600k @ P-Core only || ASRock Z690 ITX || All 10Gbe || 2x8GB 3200 || PicoPSU 150W 24pin + AX1200i on CPU|| whole-house loop

Server Compute/Storage: 10850K @ 5.1Ghz || Gigabyte Z490 Ultra || EVGA FTW3 3090 1000W || LSI 9280i-24 port || 4TB Samsung 860 Evo, 5x10TB Seagate Enterprise Raid 6, 4x8TB Seagate Archive Backup ||  whole-house loop.

Laptop: HP Elitebook 840 G8 (Intel 1185G7) + 4070 RTX Thunderbolt Dock, Razer Blade Stealth 13" 2017 (Intel 8550U)

Link to post
Share on other sites

2 minutes ago, AnonymousGuy said:

I use EasyHTTP server when I want to link people to download files.  

Thanks! I'm not sure where to start, though.

"Not breaking it or making it worse is key."

"Bad choices make good stories."

Link to post
Share on other sites

11 minutes ago, kimsejin5 said:

Thanks! I'm not sure where to start, though.

http://www.rejetto.com/hfs/

 

It's free and very easy to set up.  You just need to set up port forwarding on your router to redirect whatever port from the WAN to port 80 of your file server.  Create accounts, add folders to different accounts, and away you go.

 

Life is much easier on Windows.  I imagine this would be an all day project on linux.

Workstation:  9800X3D|| Asus X670E ProArt Creator || MSI Gaming Trio 4090 Shunt || T.Force 7800CL34 || Corsair AX1600i@240V || whole-house loop.

LANRig/GuestGamingBox: 13700K @ Stock || MSI Z690 DDR4 || ASUS TUF 3090 650W shunt || Corsair SF600 || CPU+GPU watercooled 280 rad pull only || whole-house loop.

Server Router (Untangle): 13600k @ P-Core only || ASRock Z690 ITX || All 10Gbe || 2x8GB 3200 || PicoPSU 150W 24pin + AX1200i on CPU|| whole-house loop

Server Compute/Storage: 10850K @ 5.1Ghz || Gigabyte Z490 Ultra || EVGA FTW3 3090 1000W || LSI 9280i-24 port || 4TB Samsung 860 Evo, 5x10TB Seagate Enterprise Raid 6, 4x8TB Seagate Archive Backup ||  whole-house loop.

Laptop: HP Elitebook 840 G8 (Intel 1185G7) + 4070 RTX Thunderbolt Dock, Razer Blade Stealth 13" 2017 (Intel 8550U)

Link to post
Share on other sites

1 minute ago, AnonymousGuy said:

http://www.rejetto.com/hfs/

 

It's free and very easy to set up.  You just need to set up port forwarding on your router to redirect whatever port from the WAN to port 80 of your file server.  Create accounts, add folders to different accounts, and away you go.

 

Life is much easier on Windows.  I imagine this would be an all day project on linux.

Ah! I was looking at the source code with much confusion.

"Not breaking it or making it worse is key."

"Bad choices make good stories."

Link to post
Share on other sites

With Linux I would imagine all you'd have to do is enable the SFTP/FTPS daemon, point it to a port that's not a commonly used one (unless you're fine with 20/21), and do a port forward on the modem.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×