Howto:FTP upload (obsolete): Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
innovaphone operates an [ftp://www.innovaphone.com 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.
innovaphone operates an [ftp://ftp.innovaphone.com 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 www.innovaphone.com
     C> ftp ftp.innovaphone.com
     Verbindung mit www.innovaphone.com wurde hergestellt.
     Verbindung mit ftp.innovaphone.com wurde hergestellt.
     220-Microsoft FTP Service
     220 inno-dns Microsoft FTP Service (Version 5.0).
        innovaphone FTP Site
     Benutzer (ftp.innovaphone.com:(none)): '''inno-sifi\ice'''
    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.
     331 Password required for inno-sifi\ice.
     Kennwort: ''<use well known ice password>''
     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-Use "incoming" to upload and contact admin
     230 User inno-sifi\ice logged in.
     230 User inno-sifi\ice logged in.
     ftp> cd incoming ''change to the upload directory''
     ftp> '''cd incoming'''
     250 CWD command successful.
     250 CWD command successful.
     ftp> dir ''see what is there so not to overwrite existing stuff accidently''
     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.
     200 PORT command successful.
     150 Opening ASCII mode data connection for /bin/ls.
     150 Opening BINARY mode data connection for tsp-2008-01-10-15.log.
    ##############################################################################################
    ############################################################################################
     226 Transfer complete.
     226 Transfer complete.
     ftp> hash ''optionally turn on upload progress indicator''
    FTP: 64d Bytes gesendet in 0,26Sekunden 1804,06KB/s
    ftp> bi ''be sure binary xfer mode is on''
     ftp> '''ls'''
    200 Type set to I.
    ftp> put c:\boot800.bin
     200 PORT command successful.
     200 PORT command successful.
     150 Opening BINARY mode data connection for boot800.bin.
     150 Opening ASCII mode data connection for file list.
     ################################
     tsp-2008-01-10-15.log
     226 Transfer complete.
     226 Transfer complete.
     FTP: 65536 Bytes gesendet in 0,34Sekunden 192,19KB/s
     FTP: 64d Bytes empfangen in 0,00Sekunden 33000,00KB/s
     ftp> quit
     ftp> '''quit'''
     221 Thank you for using ftp.innovaphone.com
     221 Thank you for using ftp.innovaphone.com
    C:>

Revision as of 11:15, 24 January 2008

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