Howto:FTP upload (obsolete)

From innovaphone wiki
Revision as of 11:15, 24 January 2008 by Ckl (talk | contribs)
Jump to navigation Jump to search

innovaphone operates an FTP server @ ftp.innovaphone.com for file upload. You can use this when you need to submit files that are too large to send by email practically.

   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)): inno-sifi\ice
   331 Password required for inno-sifi\ice.
   Kennwort: <well known ice password>
   230-innovaphone FTP Site
   230-Please use inno-sifi\ice to access.  No anonymous access allowed.
   230-
   230-Use "incoming" to upload and contact admin
   230 User inno-sifi\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