# 如何下載/上傳工作站上的檔案 - Mac ###### tags: `verilog` `digital design` `邏輯設計` `邏設` [TOC] ## Download ### <font color=#d84949>Way 1 Command Line</font> > :::danger > Please enter the command on a local terminal(not on the server). > ::: > > > ``` > scp -r [AccountID]@nthucad.cs.nthu.edu.tw:[file path] [destination] > ``` > > Example: > ``` > scp -r dld333@nthucad.cs.nthu.edu.tw:lab1/ Desktop/ > ``` > > ![](https://i.imgur.com/s1y9vrY.png) ### <font color=#d84949>Way 2 </font> <font color= #48a3d8> FileZilla</font> > #### Step 1 Download [FileZilla](https://filezilla-project.org) > Choose `Client` > ![](https://i.imgur.com/fJsyyO1.png) > > #### Step 2 Info > Hostname:nthucad.cs.nthu.edu.tw > Username:AccountID > Password:Password > Port:22 > Click `Connect` > ![](https://i.imgur.com/jgTpCIv.png) > > > ![](https://i.imgur.com/byx5VKh.png) > > #### step 3 Drag or Right Click to download > ![](https://i.imgur.com/JkzKnTO.png) > ## Upload ### <font color=#d84949>Way 1 Command Line</font> > Same as Download. > The different is the > ``` > scp -r [local file path] [AccountID]@nthucad.cs.nthu.edu.tw:[destination] > ``` > Example: > ``` > scp -r Desktop/lab1 dld333@nthucad.cs.nthu.edu.tw:lab1/ > ``` > ![](https://i.imgur.com/qEEqmaR.png) ### <font color=#d84949>Way 2 </font> <font color= #48a3d8> FileZilla</font> > #### step 1 Drag or Right click to download > ![](https://i.imgur.com/pBohohT.png) # [:maple_leaf:Homepage:maple_leaf:](https://hackmd.io/s/ByZ-fyuHV)