Howto:FTP upload (obsolete)

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

innovaphone operates an FTP server @ www.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 www.innovaphone.com
   Verbindung mit www.innovaphone.com wurde hergestellt.
   220-Microsoft FTP Service
       innovaphone FTP Site
   220 Please use inno-sifi\ice to access.  No anonymous access allowed.
   Benutzer (www.innovaphone.com:(none)): inno-sifi\ice
   331 Password required for inno-sifi\ice.
   Kennwort: <use well known ice password>
   230-Use "incoming" to upload and contact admin
   230 User inno-sifi\ice logged in.
   ftp> cd incoming change to the upload directory
   250 CWD command successful.
   ftp> dir see what is there so not to overwrite existing stuff accidently
   200 PORT command successful.
   150 Opening ASCII mode data connection for /bin/ls.
   226 Transfer complete.
   ftp> hash optionally turn on upload progress indicator
   ftp> bi be sure binary xfer mode is on
   200 Type set to I.
   ftp> put c:\boot800.bin
   200 PORT command successful.
   150 Opening BINARY mode data connection for boot800.bin.
   ################################
   226 Transfer complete.
   FTP: 65536 Bytes gesendet in 0,34Sekunden 192,19KB/s
   ftp> quit
   221 Thank you for using ftp.innovaphone.com
   C:>