# 如何下載/上傳工作站上的檔案 - 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/ > ``` > >  ### <font color=#d84949>Way 2 </font> <font color= #48a3d8> FileZilla</font> > #### Step 1 Download [FileZilla](https://filezilla-project.org) > Choose `Client` >  > > #### Step 2 Info > Hostname:nthucad.cs.nthu.edu.tw > Username:AccountID > Password:Password > Port:22 > Click `Connect` >  > > >  > > #### step 3 Drag or Right Click to download >  > ## 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/ > ``` >  ### <font color=#d84949>Way 2 </font> <font color= #48a3d8> FileZilla</font> > #### step 1 Drag or Right click to download >  # [:maple_leaf:Homepage:maple_leaf:](https://hackmd.io/s/ByZ-fyuHV)
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up