Can TC used for cloud computing .. Like Dropbox? That I can upload and download files remotely. Any additional requirement?

I wanna buy TC but wondering if I can use it as a server for cloud ? Does it work with iCloud?

The TC is an extremely dumb box.. it is a back external drive inside a router.. it does nothing with the cloud.. there are no servers for media, downloading or anything else. Think of it as an Airport extreme pregnant, with a hdd baby.

Similar Messages

  • How can I upload and download files with uiXML?

    I want to implement upload and download files with uiXML. In some previouse topic I got answare to look in AbstractPageBroker class in JavaDOC. I did it but this is a very-very little resolution description for this problem. I think for developers YOU (UIX Team) must in very quick time to put some examples on the NET because this is a nice technology but with adecvate samplase and developers guide it will be dead very soon. I digging this forum for information. I see many many people have same problems about this technology. They like it and want to use and try but documentation is very very poor.
    WE WANT EXAMPLES and separate forum for UIX. I think it deserve this.
    If You have any more detailed documentation would be nice to put on the net. I have uixdemo.zip file but this is in very early fase of development. I downloaded it before fwe months. And now I can't find it anymore on youre site. What happend?

    Attila -
    I went back and re-read the JavaDoc for AbstractPageBroker and MultipartFormItem and put together the following sample PageBroker based on the description from the JavaDoc:
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import javax.servlet.ServletConfig;
    import javax.servlet.ServletContext;
    import oracle.cabo.servlet.BajaContext;
    import oracle.cabo.servlet.Page;
    import oracle.cabo.share.util.MultipartFormItem;
    import oracle.cabo.servlet.xml.UIXPageBroker;
    * An extension of UIXPageBroker which stores all uploaded
    * files in the temporary directory.
    public class UploadingPageBroker extends UIXPageBroker
    * Override of AbstractPageBroker.doUploadFile() which saves
    * all files to the temporary directory.
    protected String doUploadFile(
    BajaContext context,
    Page page,
    MultipartFormItem item) throws IOException
    // Get the location of the file to create in the temp directory.
    // Of course a real application probably wouldn't upload files to
    // the temp directory - just using this contrived example to
    // demonstrate basic uploading support.
    File file = _getFile(context, item);
    if (file != null)
    // Create a FileOutputStream. Of course, a real application would
    // probably want to buffer the output
    FileOutputStream out = new FileOutputStream(file);
    // Write out the file
    item.writeFile(out);
    // Close up the output stream
    out.close();
    // We can return a value here to add to the PageEvent
    // if so desired.
    return null;
    // Gets the File for the item that we are uploading
    private File _getFile(
    BajaContext context,
    MultipartFormItem item
    // Get the file name
    String name = item.getFilename();
    // If we don't have a file, bail...
    if (name == null)
    return null;
    // Get the path to the temporary directory
    File dir = _getTempDir();
    // Return the File object
    return new File(dir, name);
    // Returns the path to the temprary directory
    private File _getTempDir()
    // Get the temporary directory from the ServletContext
    ServletConfig sConfig = getServlet().getServletConfig();
    ServletContext sContext = sConfig.getServletContext();
    return (File)sContext.getAttribute("javax.servlet.context.tempdir");
    In this sample, each uploaded file is simply saved in the temporary directory. You'll want to replace the code that creates the FileOutputStream for the uploaded file to use whatever OutputStream makes sense for your application.
    BTW - I used the following UIX page to test this out:
    <?xml version="1.0" encoding="UTF-8"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller">
    <content>
    <pageLayout xmlns="http://xmlns.oracle.com/uix/ui">
    <contents>
    <form name="uploadForm" usesUpload="true">
    <contents>
    <fileUpload name="uploadedFile"/>
    <submitButton name="upload" text="Upload"/>
    </contents>
    </form>
    </contents>
    </pageLayout>
    </content>
    </page>
    Hope this sample helps with the uploading part of your question. I'll see if I can provide a download sample in a later post.

  • Minimum version required to upload and download files using Netweaver Gateway

    What is the minimum service pack required to use the feature of Upload and download files using netweaver gateway. I already have a SP05

    Hi,
    as per this blog How to Read Photo from SAP system using SAP Gateway this should be possible with SP05.
    also refer How To Upload and Download Files Using SAP NW Gateway SP06
    Regards,
    Chandra

  • Use WEBUTIL for upload and download file to/from Database

    Dear friends
    I have a table with three columns (id , name , myDoc) myDoc is a BLOB, I would like upload word documents or PDFs or images to myDoc column, I use Oracle Form 10g, I try to use webutil to solve my problem, but I couldn't, Please help me.
    Thanks

    # Details
    # transfer.database.enabled : Can be TRUE or FALSE - allows you to disable
    # upload and download from the database server.
    # transfer.appsrv.enabled : Can be TRUE or FALSE - allows you to disable
    # upload and download from the application
    # server.
    # transfer.appsrv.workAreaRoot: The root of the location in which WebUtil can
    # store temporary files uploaded from the client.
    # If no location is specified, Application Server
    # user_home/temp will be assumed.
    # This location is always readable and writable
    # no matter what the settings in
    # transfer.appsrv.* are. This setting is
    # required if you need the Client side
    # READ/WRITE_IMAGE_FILE procedures.
    # transfer.appsrv.accessControl:Can be TRUE or FALSE - allows you to indicate
    # that uploads and downloads can only occur from
    # the directories named in the
    # transfer.appsrv.read.n and
    # transfer.appsrv.write.n entries and their
    # subdirectories. If this setting is FALSE,
    # transfers can happen anywhere.
    # transfer.appsrv.read.<n>: List of directory names that downloads can read
    # from.
    # transfer.appsrv.write.<n>: List of directory names that uploads can write
    # to.
    #NOTE: By default the file transfer is disabled as a security measure
    transfer.database.enabled=true
    transfer.appsrv.enabled=true
    transfer.appsrv.workAreaRoot=
    transfer.appsrv.accessControl=TRUE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp

  • How to upload and download files using FTP to a server(webserver) in JSP

    I have to upload and download multiple files Of(size >5 MB)using FTP to a
    Server(webserver) in JSP
    how to do that ?

    Or he could create his own tag libraries, no? :)One supposes that, technically, one could create a taglib wrapper around an existing FTP library. There might be licensing issues with distributing that taglib wrapper.
    Of course, one could find the FTP RFC online, read it, and implement one's own FTP client implementation, complete with a tag library access point.

  • After charging iPad completely I can only use for a few hours of games or searching web and I have to charge it?

    After charging iPad completely I can only use a few hours and then I have to charge it all over again?

    Games can be very taxing for the iPad and thus drain the battery quickly.
    How many hours does the battery last? What games are you playing?
    ~Lyssa

  • One drive connection for uploading and downloading files?

    I wish to use a live account  for uploading files to one drive and downloading them for an application. My need is to upload/download a database for a windows phone 8.1 game which the user cannot open up or access directly
    anyways because of the games functionality. How would I go about doing this? Would I need to inform the user of charges on the device at minimum or is their other functionality required too?
    Note: the database is required for proper functioning of the game, so I cannot let them access it directly as this would lead to exploitation of the game itself. I am uploading to a onedrive account I own, so I know what I am consenting to.
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering
    - Yoda. Blog - http://www.computerprofessions.co.nr

    Please check this link: Re: FTP not working

  • How to upload and download files and images using ibm db2?

    For my project i need to upload tutorials in pdf files and doc files to db2 and need to display them in jsp page.and also i need to insert images into db2.Please help me if u kno any of these.
    Thanks in advance.

    UsthadThegreat wrote:
    For my project i need to upload tutorials in pdf files and doc files to db2 and need to display them in jsp page.and also i need to insert images into db2.Please help me if u kno any of these.
    Thanks in advance.You know one of the most key elements of getting help in programming is to post sections of code, or preferably, working examples and then ask specific questions on things you would like to improve, don't understand, or just doesn't work.
    Without some displayed effort on your part, you are going to be fairly hard pressed to get any type of help.

  • Upload and Download file using MySQL database.

    Can anyone help me ....
    how to write a code to upload file to and retrieve file from MySQL database.
    The files may be .bmp , .wav, .zip, .exe and so on....
    thank you...

    Cross-posted and multi-posted.

  • Which calendar is useful for an office? So that we can maintain one appointment calendar, yet anyone in the office who has an iphone can sync the info to their iphone.

    I work at an office that has an office calendar for all of our client appointments.  My boss is getting an iphone, he is terrible at using technology.  Which calendar could we use that would allow him (or anyone in the office with an iphone) to sync the office calendar to his iphone?  So, I'm looking for one calendar that multiple people could sync to.  Any advice?

    I also already deleted my phone number from iMessage on my MBP.

  • ANN: Complete File Upload and Download Power For Dreamweaver

    WebAssist is proud to announce the availability of Digital
    File Pro, an
    extension for Dreamweaver that brings complete upload and
    download
    functionality to ASP, ColdFusion and PHP – without
    server-side components.
    Digital File Pro is now available for $79.99 until September
    19, 2006
    (regular price, $99.99). Owners of eCommerce Suite, Super
    Suite or Admin
    Suite from WebAssist can upgrade for only $49.99.
    For more information, visit:
    http://webassist.com/professional/products/productdetails.asp?PID=112&CouponID=0x62xd
    enthusiastically,
    mark haynes
    webassist sales
    Check out our Special Offers at:
    http://www.webassist.com/professional/products/specials.asp

    Mark:
    Were you aware your page
    http://webassist.com/professional/products/productdetails.asp?PID=112&CouponID=0x62xd)
    doesn't render correctly in IE BETA 7 (text cut off on the
    right)?
    Don't know if you knew (or even care since it IS a beta) but
    I thought I'd
    let you know.
    Rick in Tacoma

  • Can I use Creative Cloud for students on more than one computer at the same time?

    I get different info when I read about how I could use creative cloud.
    Somewhere it say I can install and activate on two computers but only run the applications on one computer at the time.
    On antother place I read that I can use the applications on two computers at the same time.
    So what is correct?
    Can I install and activa Creative Cloud for students on my PC and my Mac and also run the applications on both computers at the same time?

    I already gave you the info you seek, but you don't seem to want to accept it.  Here it is in writing from Adobe's EULA (find it at: General-terms)
    "4.1 Subscription-Based Software License.
    If we provide the Software to you as part of your subscription to use the Services, then subject to your compliance with these terms, we grant you a non-exclusive license to install and use the Software: (a) in the Territory, (b) so long as your subscription is valid, and (c) consistent with these terms and related documentation accompanying the Software. “Territory” means worldwide, but excludes any U.S. embargoed countries and countries where you are prohibited from using the Software or the Services. You may activate the Software on up to 2 devices (or virtual machines) at a time, if these activations are associated with the same Adobe ID for the same individual, unless stated at http://www.adobe.com/go/activation. However, you may not use the Software on these devices simultaneously."
    You appear to want to believe that because you think you have a way of getting around the agreement without being caught it would be okay to do.  You are bound to the agreement if you purchase the subscription.  Do you understand what intentionally (and with fore-knowledge) failing to honor a contract constitutes?

  • Can i use adobe cloud on more than 1 computer as i have an imac a windows laptop and a macbook ?

    can i use adobe cloud on more than 1 computer as i have an imac a windows laptop and a macbook ?

    Yes, You can install and use the Adobe application on 2 computers (not more than 2).
    You can get the details, http://www.adobe.com/products/creativecloud/faq.html
    Can I use the software I download from Creative Cloud on multiple computers?
    Yes, you can use Creative Cloud desktop applications on two computers at once, regardless of operating system, for the individual associated with the Creative Cloud membership. See theproduct license agreements page for more information.

  • The computer I use for Itunes only has XP so I can't use ICloud. My desktop has Vista so I can use it. But I don't want to lose all of what I have on my Iphone 4S and my two Ipads. How can I use the desktop and retain the apps, music, podcasts etc. I have

    The computer I use for Itunes (my laptop) only has XP so I can't use ICloud:(
    I have a desktop that operates using with Vista.
    I downloaded 10.5 and sought to sync my two iphones and two ipads with the desktop in order to use ICloud. However I got warning messages that if I synced with this computer that had none of my extensive library of apps, music, podcasts, etc. would be on it, I would lose it all.
    I did authorize the computer. I knew enough to do that but am terrified that I will lose everything that I have accumulated and still won't be able to use ICloud.
    Isn't there a way to do this? Shift my library FROM my devices to the desktop?
    Thanks

    This is a tedious solution, which is stupid!  And some users report an inability to reauthorize a computer after an "en masse” deauthorization.  I can’t believe Apple doesn’t provide a list or menu to find out which computers you’ve authorized! Obviously, APPLE knows (or else they couldn’t tell us how many computers we have authorized)--so why can’t they give us access to that information about our own computers??!!!
    And for an already-authorized computer with a hard drive that’s since been replaced and upgraded from Mavericks to Yosemite, would it be recognized as a “new computer” and require authorization? Would its previous incarnation (i.e., with the old hard drive and OS) be considered a separate computer? Some users report they can’t authorize a computer after an OS upgrade because of that. Can’t believe we have to do such a bass-ackwards kludge!

  • Can i use adobe cloud on more than 1 computer?

    can i use adobe cloud on more than 1 computer?

    Ask in the Cloud Forum http://forums.adobe.com/community/creative_cloud
    -and http://forums.adobe.com/community/creative_cloud/creative_cloud_connection

Maybe you are looking for

  • Generation of previews is still a very significant problem

    An old problem surfaced again yesterday, after several years of stability. I decided to upgrade my previews in preparation for a move to a new iPad.  My reading says that, with the retina screen, the new iPad is capable of handling larger image files

  • Phone unable to get text messages or call out?

    Today my phone stopped accepting or sending text messages and it stopped taking calls and sending calls. I've restarted it and rebooted and turned it off and on and have done everything in my power that I can think of. What's going on and what do I n

  • Can ne one help me in installing STRUTS on Tomcat 4.1 web server

    Can ne one help me in installing STRUTS on Tomcat 4.1 web server. I haven't started yet.. Please Help me. Thanx in Advance. Regards, Ashutosh Sharma

  • Bugs? Or is it me?

    I'm getting very frustrated with this latest version of ID. I want to simply copy and paste in place two columns from a left master page to a right master page. It doesn't work. I go to that right master page, choose "paste in place," and, it appears

  • ITunes Opens for Both Users

    The situation: two users on the machine and both are logged in. When one opens iTunes (User A), the other user (User B) has an error message waiting on the desktop of 'cannot open iTunes because it is in use' AND iTunes is open. I've shut down autost