Howto:FTP upload (obsolete): Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
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.
==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://ftp.innovaphone.com ftp.innovaphone.com] which can be used to upload or download files too large for emailing.
 
For logging on this server use the login "'''inno-sifi\ice'''" with the '''[well known ice 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.
'''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 to download the allocated data
==Example==


     C> ftp ftp.innovaphone.com
     C> ftp ftp.innovaphone.com
Line 35: Line 57:
     ftp> '''quit'''
     ftp> '''quit'''
     221 Thank you for using ftp.innovaphone.com
     221 Thank you for using ftp.innovaphone.com
[[Category:Howto|{{PAGENAME}}]]

Revision as of 15:16, 25 October 2011

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 "inno-sifi\ice" with the [well known ice 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 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)): 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