Better golang web server ?

xuanbao · · 458 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Is there a golang web file server that allows for a decent web based file interface ? I&#39;m talking things like sorting by name, size, date, downloading files, ... that sort of thing. Basic stuff that allows you to quickly explore what&#39;s on your production server when debugging.</p> <p>Something along these lines: <a href="http://extplorer.sourceforge.net/" rel="nofollow">http://extplorer.sourceforge.net/</a> but in Go.</p> <hr/>**评论:**<br/><br/>theKuke: <pre><p>Why do you need it in go? There are plenty of ftp clients who can do this.</p></pre>tex0: <pre><p>I&#39;m wondering why you&#39;d need that at all. FTP, SSH, ... do the job very well. Even with GUIs.</p></pre>wapswaps: <pre><p>Because it&#39;s so incredibly easy. I currently use a PHP one, and there&#39;s just no comparison with clients and the like. It just works, from everywhere (I use multiple laptops, a macbook and a linux laptop). And even for external people, I can simply give anyone a link and password and it just works, no fuss, no installs, no nothing.</p></pre>SeerUD: <pre><p>So if it works, why are you looking for a replacement? Just to have something written in Go instead? Or something specific?</p></pre>wapswaps: <pre><p>The PHP stuff still requires a LAMP stack (without the M). So that sucks.</p></pre>lobster_johnson: <pre><p>Just mount your server using <a href="https://en.wikipedia.org/wiki/SSHFS" rel="nofollow">SSHFS</a>. Now you have first-class access with <em>any</em> app that can read and write files — Finder, Atom/Sublime Text/Emacs/vi, etc.</p> <p>I don&#39;t understand why you&#39;d want to share a server&#39;s file system with multiple people. Surely Google Drive or Dropbox would be much better if you&#39;re collaborating on files.</p></pre>bitdivine: <pre><p>I am a newbie at golang and so would be happy to make something like this just for practice if it doesn&#39;t exist already. Presumably the entire front end can be lifted from extplorer. If the back end API is well documented it should be reasonably easy to replicate. Ping me if interested!</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

458 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传