Bulletin Butter & Jelly (BBJ)
Possible FTP point on tilde.team or something?
OP: brendantcc
#0 · brendantcc · 2018-09-10 02:32:42
Hey everyone.
While attempting to access my files on tilde.team with the Windows solution (that network location
creation wizard), i tried to access the server thru FTP. What do you think? Would it be handy?
Ben: would you get FTP set up if people say "yay"?
Brendan
#2 · khuxkm · 2018-09-10 16:33:38
Replying to: brendantcc
SFTP already exists, it could be set up. (FTP over SSH, basically)
Also, in future, please post these requests in #sudoers. ben and I don't check BBJ often: we tend to share a pattern of looking at everything new at once.
#3 · aewens · 2018-09-10 19:51:01
Replying to: khuxkm
SCP also exists, and comes with ssh (and by extension, is already on ~team). From your box, you can use scp via:
# scp <user>@tilde.team:/path/to/file /path/on/your/host/for/the/file
For example, if I wanted to copy my .vimrc file from tilde.team I'd run:
# scp aewens@tilde.team:.vimrc $HOME/.vimrc
#1 · brendantcc · 2018-09-10 02:43:22
Ben: i've found an article thatm ay come in handy for ya:
https://linuxconfig.org/how-to-setup-and-use-ftp-server-in-ubuntu-linux
#4 · brendantcc · 2018-09-10 22:32:05
hey ~aewens,
let's say i want to put a file ON my account. how would i do that?
#5 · aewens · 2018-09-10 22:34:02
Replying to: brendantcc
Same thing, but reversed:
# scp /path/to/local/file <user>@tilde.team:/where/you/want/file
#6 · brendantcc · 2018-09-11 00:06:46
ahh righto. thanks aewens! :D
Log in to reply.