Howto:FTP upload (obsolete)

From innovaphone wiki
Jump to navigation Jump to search

Applies To

This information applies to anyone, who needs to transfer files that are too large to send by email practically.

More Information

There is an innovaphone ftp-server named ftp.innovaphone.com which can be used to upload or download files too large for emailing.

For logging on this server use the login "ice" with the [well known ice password] or "beta" with the [well known beta password].

Sending files to innovaphone (Upload)

1. Use only the directory "incoming" to upload, because there is no reading access for any user outside of innovaphone

2. Contact the email recipient

Warning: only incoming directory is writable for ice user. But it is not readable for the ice user. So you can upload data but no-one (except us :-) can read it.

Getting files from innaovaphone (Download)

1. Contact the Sender to know where you can find the expected file(s)

2. Change to the appointed directory in dfs\FTP\ to download the allocated data

Example

   C> ftp ftp.innovaphone.com
   Verbindung mit ftp.innovaphone.com wurde hergestellt.
   220 inno-dns Microsoft FTP Service (Version 5.0).
   Benutzer (ftp.innovaphone.com:(none)): ice
   331 Password required for ice.
   Kennwort: <well known ice password>
   230-innovaphone FTP Site
   230-Please use ice to access.  No anonymous access allowed.
   230-
   230-Use "incoming" to upload and contact admin
   230 User ice logged in.
   ftp> cd incoming
   250 CWD command successful.
   ftp> hash
   Hashmarkierungsdruck EIN FTP: (2048 Bytes/Hash).
   ftp> bi
   200 Type set to I.
   ftp> put tsp-2008-01-10-15.log
   200 PORT command successful.
   150 Opening BINARY mode data connection for tsp-2008-01-10-15.log.
   ##############################################################################################
   ############################################################################################
   226 Transfer complete.
   FTP: 64d Bytes gesendet in 0,26Sekunden 1804,06KB/s
   ftp> ls
   200 PORT command successful.
   150 Opening ASCII mode data connection for file list.
   tsp-2008-01-10-15.log
   226 Transfer complete.
   FTP: 64d Bytes empfangen in 0,00Sekunden 33000,00KB/s
   ftp> quit
   221 Thank you for using ftp.innovaphone.com