FileTransferProtocol: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(33 intermediate revisions by 12 users not shown)
Line 1: Line 1:
UMIACS provides [http://en.wikipedia.org/wiki/Ftp File Transfer Protocol (FTP)] Services as follows,
{{Note|'''Our FTP service is deprecated in favor of the UMIACS Object Store. Please see [[OBJ]]. Depending on when your account was installed, you may or may not have FTP access.'''}}


==Anonymous FTP==
UMIACS provides FTP services for transferring data to external collaborators. Since the FTP protocol is conducted entirely in plaintext, external users login to the service as anonymous, and internal users can access the file directories internally.  Users will never authenticate over FTP with their UMIACS account. Please see [[SFTP]] for more information on a secure file transfer protocol.
ftp://ftp.umiacs.umd.edu/pub


These user directories are available from supported machines in the following way,
==Publishing datasets via FTP==
{{Note|'''This part of our FTP service is deprecated in favor of the UMIACS Object Store. Please see [[OBJ]].'''}}


* UNIX/Linux - /fs/ftp/pub
Users can place data to be externally accessible in their public FTP space, which is located from the FTP service as
* Windows/Mac - \\umiacs-webftp.umiacs.umd.edu\ftp-umiacs\pub


==Incoming FTP Drop Boxes==
<pre>ftp://ftp.umiacs.umd.edu/pub/<username>/</pre>


Users are provided with a FTP drop box that is located at
To upload data to your public site, you can upload data to either
 
* '''/fs/ftp/pub/<username>''' from supported UNIX machines
ftp://ftp.umiacs.umd.edu/incoming/{username}
* '''\\umiacs-webftp\ftp-umiacs\pub\<username>''' from supported Windows machines
 
These user directories are available from supported machines in the following way,
 
* UNIX/Linux - /fs/ftp/incoming/{username}
* Windows/Mac (SMB) - \\umiacs-webftp.umiacs.umd.edu\ftp-umiacs\incoming/{username}
 
----
 
Please note, we do not provide authenticated FTP as it is a insecure protocol. Please look to use [[SFTP]] or [[SCP]] to transfer files.

Latest revision as of 20:32, 18 October 2022

Exclamation-point.png Our FTP service is deprecated in favor of the UMIACS Object Store. Please see OBJ. Depending on when your account was installed, you may or may not have FTP access.

UMIACS provides FTP services for transferring data to external collaborators. Since the FTP protocol is conducted entirely in plaintext, external users login to the service as anonymous, and internal users can access the file directories internally. Users will never authenticate over FTP with their UMIACS account. Please see SFTP for more information on a secure file transfer protocol.

Publishing datasets via FTP

Exclamation-point.png This part of our FTP service is deprecated in favor of the UMIACS Object Store. Please see OBJ.

Users can place data to be externally accessible in their public FTP space, which is located from the FTP service as

ftp://ftp.umiacs.umd.edu/pub/<username>/

To upload data to your public site, you can upload data to either

  • /fs/ftp/pub/<username> from supported UNIX machines
  • \\umiacs-webftp\ftp-umiacs\pub\<username> from supported Windows machines