>0 brendantcc @ 2018/09/10 02:32
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
>1 brendantcc @ 2018/09/10 02:43
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
>2 khuxkm @ 2018/09/10 16:33
>>OP 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
>>2 SCP also exists, and comes with ssh (and by extension, is already on ~team). From your box, you can use scp via: # scp@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
>4 brendantcc @ 2018/09/10 22:32
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
>>4 Same thing, but reversed: # scp /path/to/local/file@tilde.team:/where/you/want/file
>6 brendantcc @ 2018/09/11 00:06
ahh righto. thanks aewens! :D