Skip to content

Commit c86351a

Browse files
authored
Update Shop Network.md
Clarified the printer share, removed old media server info
1 parent 61f55ca commit c86351a

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

docs/users/Shop Network.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,6 @@ Wondering how to get your project file from your computer to a Shop computer?
77
If you don't feel like using a USB key to physically transfer the file, SYN Shop has four different SMB shares available that you can use when connected to the Shop network.
88

99
- LaserShare - Laser Cutter Control Computers (First Child, New Kid, Big Boi)
10-
- PrintShare - 2D Printing Computer (DTG)
10+
- PrintShare - 2D Printing Computer (DTG, Canon Printer, Sharp printer scanning)
1111
- 3DPrintShare - 3D Printer Control Computers (Bambu FTM, Anycubic Resin)
1212
- ShopBotShare - Shopbot Control Computer (VCarve Pro Master, Shopbot Controller)
13-
14-
## media.synshop.org
15-
### About
16-
17-
Media (media.synshop.org aka 10.0.40.19) is a server that houses files. It is only accessible when
18-
you're in the shop and using our WiFi.
19-
20-
21-
__Note__ - The entire collection as of Aug 2019 is just over 15TB of data. If you're attempting
22-
to transfer more than a few gigs, you should strongly consider using Ethernet instead of WiFi so that
23-
you get faster transfer speeds.
24-
Further, you may consider using rsync as you can start and stop jobs that may take more than a
25-
few hours so you can run them over a few days and if the transfer fails you don't have start from scratch.
26-
27-
### FTP
28-
29-
To access the site via FTP, use anonymous FTP which might be supported by your browser via this
30-
link: [ftp://media.synshop.org](ftp://media.synshop.org).
31-
(or it [may not](https://www.bleepingcomputer.com/news/google/chrome-and-firefox-developers-aim-to-remove-support-for-ftp/)!)
32-
33-
### HTTP
34-
35-
To access the site via a browser, click this link: [http://media.synshop.org](http://media.synshop.org).
36-
37-
38-
### rsync (on a mac/linux client)
39-
40-
To access the site via rsync
41-
42-
1. First find the folder(s) you want to download via FTP or HTTP (see above).
43-
For example, if you wanted to download all of the
44-
presentations from HOPE 2018, you would find this URL:
45-
[http://media.synshop.org/pub/infocon.org/cons/2600/The%20Circle%20of%20HOPE%20(2018)/](http://media.synshop.org/pub/infocon.org/cons/2600/The%20Circle%20of%20HOPE%20(2018)/)
46-
1. Grab the path from the end of the URL and preface it with a period. Replace any `%20` with `\ ` (escpaced space)
47-
and escape any "odd" characters eg. change `(` to`\(`. Using the above example
48-
that'd be: `./pub/infocon.org/cons/2600/The\ Circle\ of\ HOPE\ \(2018\)/`
49-
1. To sync all these to the current directory you're in, you'd run this command and enter the password `media` when
50-
prompted: `rsync -avz -e ssh --progress "media@media.synshop.org:./pub/infocon.org/cons/2600/The\ Circle\ of\ HOPE\ \(2018\)/" .`
51-

0 commit comments

Comments
 (0)