Submitting CAD Files


There are two preferred methods of transmitting your CAD files to us for e-beam exposures. Emailing of files is NOT preferred or recommended.

CAD files should be in industry-standard GDS-II data format, if at all possible. Other formats may be possible, but please contact me first; see 'Contact Me' link at the bottom of this page. Also check out this discussion of possible CAD formats.

For all CAD file submissions, please also provide the following vital information:
  • Top Cell Name - which cell is the top cell of your data hierarchy
  • Layer Map - what data is on which GDS-II data layer, which layers are to be exposed
Please either submit this information in an accompanying file or email at the time you upload your data.

1) File submission via Web Upload


FileUploadSuccess
To upload your CAD files, you can use the File Upload Web Page. Please be sure to send the requested information above, the Top Cell Name and Layer Map. Large files may take some time to upload, depending on network loading. There will be no feedback during the upload, but when the upload has successfully completed, you should see a success message as in this example:



2) File submission via Secure File Transfer Protocol (SFTP).


Another method to transmit CAD files is via a Secure File Transfer Protocol (SFTP) or Secure File Copy (SCP) upload. For this, there is a secure, write-only SFTP & SCP dropbox. These methods are sometimes preferred by Unix & Linux users for their command-line simplicity and efficiency. There are also some friendly GUI interfaces or both Windows and Mac users which allow you to easily utilize the SFTP protocol. Examples include Cyberduck, for both Mac and Windows, and WinSCP for Windows.

The relevant details are:
Address: ebeam.wnf.uw.edu
Username: dropbox
Password: < to ask for the SFTP/SCP password, email me (see Contact Me in the page footer below) >

a) SFTP Example upload via command-line SFTP:
[ Your input in Courier typeface, computer responses in Verdana typeface. ]


> sftp dropbox@ebeam.wnf.uw.edu

Connecting to ebeam.wnf.uw.edu...
EBeam Data Computer.
Warning: This is a private computer. Unauthorized access or
use is prohibited and subject to prosecution and other nasty things.

dropbox@ebeam.mff.uw.edu's password: < enter password, see above >

sftp>
put yourfilename.gds
Uploading yourfilename.gds to /home/dropbox/yourfilename.gds
yourfilename.gds 100% 142KB 70.8KB/s 00:02

sftp>
ls
Couldn't get handle: Permission denied

sftp>
quit


Note that the "ls" is shown here only to demonstrate that this dropbox is WRITE-ONLY -- neither you nor anyone else can see your file once it has been uploaded. Therefore you will always get an error if you try to get a directory listing of the dropbox.

b) SCP Example upload via command-line SCP:
[ Your input in Courier typeface, computer responses in Verdana typeface. ]


> scp yourfilename.gds dropbox@ebeam.wnf.uw.edu
dropbox@ebeam.mff.uw.edu's password: < enter password, see above >
>


c) SFTP Example via Cyberduck SFTP GUI Interface:

Important
: With the WRITE-ONLY dropbox setup, you will always get an error message when using Cyberduck, because the program is trying to show you the files in the dropbox, but it does not have permission to read these files (no one does!). See the example below for what this looks like:

1) Open a new SFTP session in Cyberduck. Be sure to choose the SFTP protocol from the drop-down menu at the top!
Cyberduck_SFTP_Setup


Once successfully connected, again, you will see this error message, because you do not have permission to see the files in the dropbox:
Cyberduck_SFTP_DirListFailed

Go ahead and click "Try Again", and you will get a blank window such as this:
Cyberduck_SFTP_UploadScreen


From here, either drag-n-drop your CAD file onto the window area, or choose "Upload" from the Action menu. In either case, when your file has finished uploading, once again, you will get the same error message:
Cyberduck_SFTP_DirListFailed

Again, this is an expected error, because you do not have permission to see the files in the dropbox. Email me if you need confirmation that your file was successfully uploaded.