Howto:FTP upload (obsolete): Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<span style="color:red; font-weight: bold;">This article is obsolete. FTP upload is no longer possible. Instead, the new [[How_to_post_a_successful_Mantis_Request#Fileuploads|file upload]] must be used.</span>
==Applies To==
==Applies To==
This information applies to anyone, who needs to transfer files that are too large to send by email practically.  
This information applies to anyone, who needs to transfer files that are too large to send by email practically.  
Line 6: Line 8:
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.
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 "'''ice'''" with the '''[well known ice password]''' or "'''beta'''" with the '''[well known beta password]'''.
If you need Login data, please ask for them via e-Mail or telephone
 


===Sending files to innovaphone (Upload)===
===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
1. Login
<br>we offer different logins:
<br> if you need the ftp server to upload big files for a support case, please use the well known credentials
<br> if you want to use the server for another concern please ask for the login via e-Mail (only support@innovaphone.com) or telephone.
 
2. Upload files
<br>please consider that we announce our logins to several persons, so '''your data are not covered until you use for example password protected ZIP-files'''.


2. Contact the email recipient
If you contact us for support (ICE or beta-tester) there are depending on your login special input folders with no reading access for any user outside of innovaphone to upload your data: for ICEs it is the directory "incoming", please create a subfolder named like the number of the support ticket there (e.g. ''incoming/123456'').  If you do not have a case number, use the "beta" folder. Only innovaphone employees can see/download these files, so you cannot even see the files you put there


'''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.
Please do not create further sub-directories there  (e.g. no ''incoming/123456/subdir'')


===Getting files from innaovaphone (Download)===
3. Let us know
<br>Contact the recipient of innovaphone if they don't expect your file(s)


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
'''Warning: your data is not covered unless you use for example password protected ZIP-files, only ''incoming'' and ''beta'' directory are write-only and not readable for ftp-users. So there you can upload data but no-one (except us :-) can read it.


==Example==
===Getting files from innovaphone (Download)===


    C> ftp ftp.innovaphone.com
This is done with innovaphone's Owncloud serviceYou will receive a download link for files shared with you.  
    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 accessNo 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


[[Category:Howto|{{PAGENAME}}]]
[[Category:Howto|{{PAGENAME}}]]

Latest revision as of 10:44, 4 August 2021

This article is obsolete. FTP upload is no longer possible. Instead, the new file upload must be used.

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.

If you need Login data, please ask for them via e-Mail or telephone


Sending files to innovaphone (Upload)

1. Login
we offer different logins:
if you need the ftp server to upload big files for a support case, please use the well known credentials
if you want to use the server for another concern please ask for the login via e-Mail (only support@innovaphone.com) or telephone.

2. Upload files
please consider that we announce our logins to several persons, so your data are not covered until you use for example password protected ZIP-files.

If you contact us for support (ICE or beta-tester) there are depending on your login special input folders with no reading access for any user outside of innovaphone to upload your data: for ICEs it is the directory "incoming", please create a subfolder named like the number of the support ticket there (e.g. incoming/123456). If you do not have a case number, use the "beta" folder. Only innovaphone employees can see/download these files, so you cannot even see the files you put there

Please do not create further sub-directories there (e.g. no incoming/123456/subdir)

3. Let us know
Contact the recipient of innovaphone if they don't expect your file(s)


Warning: your data is not covered unless you use for example password protected ZIP-files, only incoming and beta directory are write-only and not readable for ftp-users. So there you can upload data but no-one (except us :-) can read it.

Getting files from innovaphone (Download)

This is done with innovaphone's Owncloud service. You will receive a download link for files shared with you.