FileTransferProtocol: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 13: Line 13:
Users are provided with a FTP drop box that is located at
Users are provided with a FTP drop box that is located at


ftp://ftp.umiacs.umd.edu/incoming/{username}
ftp://ftp.umiacs.umd.edu/incoming


These user directories are available from supported machines in the following way,
These user directories are available from supported machines in the following way,


* UNIX/Linux - /fs/ftp/incoming/{username}
* UNIX/Linux - /fs/ftp/incoming
* Windows/Mac (SMB) - \\umiacs-webftp.umiacs.umd.edu\ftp-umiacs\incoming/{username}
* Windows/Mac (SMB) - \\umiacs-webftp.umiacs.umd.edu\ftp-umiacs\incoming


----
----


Please note, we do not provide authenticated FTP as it is a insecure protocol. Please look to use [[SFTP]] or [[SCP]] to transfer files.
Please note, we do not provide authenticated FTP as it is a insecure protocol. Please look to use [[SFTP]] or [[SCP]] to transfer files.

Revision as of 20:48, 2 July 2008

UMIACS provides File Transfer Protocol (FTP) Services as follows,

Anonymous FTP

ftp://ftp.umiacs.umd.edu/pub

These user directories are available from supported machines in the following way,

  • UNIX/Linux - /fs/ftp/pub
  • Windows/Mac - \\umiacs-webftp.umiacs.umd.edu\ftp-umiacs\pub

Incoming FTP Drop Boxes

Users are provided with a FTP drop box that is located at

ftp://ftp.umiacs.umd.edu/incoming

These user directories are available from supported machines in the following way,

  • UNIX/Linux - /fs/ftp/incoming
  • Windows/Mac (SMB) - \\umiacs-webftp.umiacs.umd.edu\ftp-umiacs\incoming

Please note, we do not provide authenticated FTP as it is a insecure protocol. Please look to use SFTP or SCP to transfer files.