My weekend project: sbit3, a pastebin for files.
1–8 of 8 posts
Re: My weekend project: sbit3, a pastebin for files.
#2Comments (and merge requests!) welcome. :) I'd also love to hear about what other use cases you guys can think of.
Re: My weekend project: sbit3, a pastebin for files.
#3I wrote this because I often need to get a file (e.g. a log file) from an internal system in production to my laptop. I would have to upload to an intermediate server and then have to log into the intermediate server to download my file. Now it's 'sbit3 file' and then I simply just curl the file down on my laptop. Comments (and merge requests!) welcome. :) I'd also love to hear about what other use cases you guys can…
Re: My weekend project: sbit3, a pastebin for files.
#4I wrote this because I often need to get a file (e.g. a log file) from an internal system in production to my laptop. I would have to upload to an intermediate server and then have to log into the intermediate server to download my file. Now it's 'sbit3 file' and then I simply just curl the file down on my laptop. Comments (and merge requests!) welcome. :) I'd also love to hear about what other use cases you guys can…
Re: My weekend project: sbit3, a pastebin for files.
#5I wrote this because I often need to get a file (e.g. a log file) from an internal system in production to my laptop. I would have to upload to an intermediate server and then have to log into the intermediate server to download my file. Now it's 'sbit3 file' and then I simply just curl the file down on my laptop. Comments (and merge requests!) welcome. :) I'd also love to hear about what other use cases you guys can…
So it's SCP?
As with most small projects, this fulfills a very specific need for the creator. It lets them be more efficient by removing a small problem from their workflow.
Edit: Looks like the auto-delete isn't implemented yet, though.
Re: My weekend project: sbit3, a pastebin for files.
#6Earlier quoted context omitted.
So it's SCP?
From reading it, not quite. There's no need for a name and password, and the file will auto-delete it self after some time. SCP won't let you delete, to my knowledge. You'd have to SSH in and delete it manually. As with most small projects, this fulfills a very specific need for the creator. It lets them be more efficient by removing a small problem from their workflow. Edit: Looks like the auto-delete isn't implemen…
Re: My weekend project: sbit3, a pastebin for files.
#7Earlier quoted context omitted.
So it's SCP?
From reading it, not quite. There's no need for a name and password, and the file will auto-delete it self after some time. SCP won't let you delete, to my knowledge. You'd have to SSH in and delete it manually. As with most small projects, this fulfills a very specific need for the creator. It lets them be more efficient by removing a small problem from their workflow. Edit: Looks like the auto-delete isn't implemen…
Re: My weekend project: sbit3, a pastebin for files.
#8Earlier quoted context omitted.
From reading it, not quite. There's no need for a name and password, and the file will auto-delete it self after some time. SCP won't let you delete, to my knowledge. You'd have to SSH in and delete it manually. As with most small projects, this fulfills a very specific need for the creator. It lets them be more efficient by removing a small problem from their workflow. Edit: Looks like the auto-delete isn't implemen…
ssh to server, tar files to stdout, local stdout to tar unpack? If you need a thirdparty server to transfer log files you are doing it wrong (and slow!)