Download file (*.jpg or *.pdf ) from Unix to Local PC.

Please let me know how we can down load (*.jpg or *.pdf ) from Unix to local machine.
How to handle these files in Opendata set ---> Graphics (not text mode.....)
thanks a lot in advance ..:)

Yes was able to crack it with the the Following FM's
CALL FUNCTION 'C13Z_FILE_DOWNLOAD_ASCII' for ASCII type (.txt)
CALL FUNCTION 'C13Z_FILE_DOWNLOAD_BINARY' for Binary (.JPG/.PDF/*.doc)
Thanks to Luis Martinez  For gving me the initial Hint
And Thanks to all
Ramesh

Similar Messages

  • Since downloading the iOS on my iPad, I cannot download more than one pdf from mail to iBooks.  I have to shut down y iPad and start again.  Any suggestions?

    Since downloading iOS on my new iPad, I cannot downlaod more than one pdf from mail into iBooks.  I have to shut down my iPad and restart it to save a second pdf. Wasn't a problem with the old operating system.  Any suggestions?

    It seems that I have solved my issue by performing a full factory reset (erasing all content, something which I had hoped to avoid) restoring from an iCloud backup did not alleviate the issue, I had to set up as a new iPad.
    Hopefully anyone else else who has this issue in the future will be able to find this.

  • How does one set options such that the entry for a successfully downloaded file automatically got removed from the download window?

    In earlier versions of Firefox, I could set options such that when a download completed successfully, the download entry was automatically removed from the download windows. I don't seem to be able to get this functionality in ver 13.0.1. In this version, i have to right click on each completed download entry, and choose "remove from List". This is very cumbersome.
    I really liked the earlier auto cleanup as it left only pending, current and failed downloads in the Download window - just the stuff I needed to pay attention to. Is there any way to set up ver 13.0.1 to make things work the way they worked so well earlier.
    A related issue may be that in the Privacy tab, the option for Browsing and Download history have been combined (were they separate earlier? - don't remember). I want to keep my browsing history but not my download history. I can still clear them individualy in the "Clear Recent History" settings, so why can't I set the control for keeping either individually? Or can I?

    The download history is part of the regular browsing history, so you would have to disable the history altogether as you've already noticed.
    * Tools > Options > Privacy > History: Firefox will: "Use custom settings for history"
    **"Remember my browsing and download history"
    Firefox manages the downloads in the Downloads folder in the Library.
    * Firefox > History > Show All History > Downloads
    Future Firefox versions won't use the current download manager (pref: browser.download.useToolkitUI; Bug 726444), but use a toolbar button with a drop down list, similar to the Bookmarks Menu button.

  • I'm operating OS X 10.8.5, Mail 6.6, and I can't seem to extract jpgs or pdfs from within an email thread.  Any suggestions as to how I can retrieve these files?

    I"m operating OS X 10.8.5,  Mail 6.6 and have discovered I can not extract jpgs from within an email thread.  If I catch it upon arrival, everything's fine, but if I reply and continue the thread, the file is no longer extractable.  Any advice?
    Thank you,
    April Snow

    Thanks Eric,
    I would try that if I could see the jpeg file.  The problem is that once the original email has been responded to, and the thread continued, the jpg files disappear from the body of the original email.  Hmmm.  They must be there somewhere, but I can not locate them.

  • Not able to download files like word, pdf etc from the mail and also in general google search.

    the download option in general is not working, not able to browse the folder for downloading.
    .using windows 7

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache Clear Cookies & Cache]
    * [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    * Start Firefox in -> [[Safe Mode]] to check if your add-ons/extension are causing the problems.
    * Also see this article -> [[Troubleshooting extensions and themes]]
    Check and tell if you are able to download a file while using Firefox -> [[Safe Mode]].

  • JPG and PDF from SE-CAD Integration

    Hello All,
    Can some one tell me where I can find the program which I can download to extract solid edge, solid works files to JPEG (extractjpg.EXE)
    Also whats the workaroud to create a pdf file when I check a SED document type from CDESK for Solid Edge.
    Thanks,
    Sachin

    Dear Sachin,
    to generate a JPG from SolidEdge you can use the "Save as picture" command in the file menu or do it with the SolidEdge-API.
    When do you want to create the PDF file ?
    Usually you can create the JPG, PDF, ... from the SolidEdge files with the convert-server from SAP.
    Stefan.

  • File Adapter cannot read from Unix Directory

    Hello Everyone,
    I have created a Bpel process that should read txt files from a Unix directory, but its not doing its job.
    I have tried this process on windows and it works fine.
    I got the following error from the process log in my bpel console.
    my process compiles fine but I am getting this error: The value specified for the input (Physical/Logical)Directory activation parameter has an invalid value "/temp/test"
    Also if there is something wrong with my path, please let me know.
    Thanks in advanced,
    AJ

    Hi,
    The path /temp/test might be wrong. Suppose you have installed SOA at /home/oracle/product/soa/10.1.3.1/<> , where /home is the root folder, and if you have your test folder at /home/temp/test, give the location in file adapter as /home/temp/test.
    Let me know if you still get this error.
    Thanks
    Ramana.

  • PROBLEMS DOWNLOADING DOCUMENTS (WORD OR PDF) FROM E-MAILS

    Up to yesterday, I was able to download documents from e-mails (word and pdf), but I do not seem to be able to do so now
    I do seem to be able to download programs, but not documents
    Previsouly, firefox would download, scan, and then send scanned/downloaded document to a downloaded document folder - now it just scans the document and that is it - does not send it to the downloaded folder
    == This happened ==
    Every time Firefox opened
    == TODAY (JUN 30, 2010)

    From the noises you describe, I'd be far more worried about the condition of the hard drive. Back up any important personal data immediately. I think the relation to Entourage is only circumstantial. The hard drive is the real problem.

  • Is there any way to download files on my computer from different websites i have created?

    don´t know what happened but by any reason i cannot find my folders that contain all the files of different websites i have created, in my computers.  So my question is if is there any way i can download those files from the business catalyst into my desk again

    Thanks for replying my email.   Well, I guess i was looking a way to get back all the files that I created to make different websites.  Don´t know what happened but suddenly they disappeared from my desktop, i have been looking at them using different alternatives but I haven´t had any success, so that is why I thought maybe there was a chance to get them from BC.    I am a designer, so I don´t know so much about technical issues.  Thanks anyway.
    Erbling 

  • Download File Via JavaScript Calls From Website

    Hello,
    I am currently trying to create a program in c# that will download the file "PracticeProfiles.xls" from this website:
    http://fingertips.phe.org.uk/profile/general-practice/data
    I need to somehow on navigation to this site pass the javascript calls "showExport();exportData();", which will start the download.
    Any help would be greatly appreciated.
    Many Thanks

    The link has a method which apparently works, however I had to modify a few things to make it compile:
    public void DownloadIEFile(Browser browser)
    HwndSource source;
    source = HwndSource.FromHwnd(WatiN.Core.Native.Windows.NativeMethods.GetWindow(browser.hWnd, 5));
    Window windowMain = source.RootVisual as Window;
    System.Windows.Automation.TreeWalker trw = new System.Windows.Automation.TreeWalker(System.Windows.Automation.Condition.TrueCondition);
    System.Windows.Automation.AutomationElement mainWindow = trw.GetParent(System.Windows.Automation.AutomationElement.FromHandle(browser.hWnd));
    source = HwndSource.FromHwnd(WatiN.Core.Native.Windows.NativeMethods.GetWindow(new WindowInteropHelper(windowMain).Handle, 5));
    Window windowDialog = source.RootVisual as Window;
    // if doesn't work try to increase sleep interval or write your own waitUntill method
    Thread.Sleep(1000);
    windowDialog.Activate();
    System.Windows.Automation.AutomationElementCollection amc = System.Windows.Automation.AutomationElement.FromHandle(new WindowInteropHelper(windowDialog).Handle).FindAll(System.Windows.Automation.TreeScope.Children, System.Windows.Automation.Condition.TrueCondition);
    foreach (System.Windows.Automation.AutomationElement element in amc)
    // You can use "Save ", "Open", ''Cancel', or "Close" to find necessary button Or write your own enum
    if (element.Current.Name.Equals("Save"))
    // if doesn't work try to increase sleep interval or write your own waitUntil method
    // WaitUntilButtonExsist(element,100);
    Thread.Sleep(1000);
    System.Windows.Automation.AutomationPattern[] pats = element.GetSupportedPatterns();
    // replace this foreach if you need 'Save as' with code bellow
    foreach (System.Windows.Automation.AutomationPattern pat in pats)
    // '10000' button click event id
    if (pat.Id == 10000)
    System.Windows.Automation.InvokePattern click = (System.Windows.Automation.InvokePattern)element.GetCurrentPattern(pat);
    click.Invoke();
    However I am getting null when I try to get the hwnd source, can't see why?
    Any Suggestions?
    Many Thanks

  • Cannot download files (photos, videos etc) from any site. Using v10.0.2 in vista (upto date)

    Vista pc; downloads up to date. Any file i try to download fails. If it is a youtube video for example, after clicking the download button, the download window opens and I see the blue bar fill the aperture as the download progresses. Similarly, in the download folder, I can see the files eg .flv and .part files. The part file steadily increases whilst the eg .flv remains at zero. When the download completes, the .flv briefly displays the actual size of the download but then the files disappear! The mozilla download window then appears which lists the file but I cannot do anything with it. I can download ok using IE 9.08
    Regards,
    Steve

    Select Help ▹ Installed Plug-ins from the Safari menu bar. Besides the following, what plugins are listed?
    iPhotoPhotocast
    Java
    QuickTime
    Shockwave Flash
    WebKit built-in PDF

  • PDF Generation Error Message:Couldn't open File while generating PDF from a Frame (7.2 Version) book

    Hi,
    I'm trying to convert a book into PDF and I get the error message Couldn't open a file (... <filename>.fm) and the unavailable Fonts dialog box also appears. The tricky thing is I've converted the same book into PDF just a couple of days ago. Now when I tried to do it again, I get the above mentioned error message. I tried unselecting the File > Prefrences > General > Remember Missing Fonts checkbox too. However, it didn't help in generating the PDF. I will be thankful if anyone suggests a suitable workaround for this issue. Thanks in advance.

    Usually, deselecting Remember missing fonts works.
    The missing fonts message displays when you or FrameMaker opens the file. The workaround is to open all the files in the book, or at least those with the "missing" font, clearing the message for each file. Now print the book to PDF, while keeping the files open. This usually works because you have already cleared any missing fonts messages.

  • Problem While reading a file in text mode from Unix in ECC 5.0

    Hi Experts,
    I am working on Unicode Upgrade project of ECC5.0.
    Here i got a problem with reading a file format which it does successfully in 4.6 and not in ECC5.0
    My file format was as follows:
    *4 000001862004060300000010###/#######L##########G/##########G/########
    It was successfully converting corresponding field values in 4.6:
    *4
    00000186
    2004
    06
    03
    00000010
    25
    0
    4
    0
    54.75
    0
    54.75
    0.00
    While i am getting some problem in ECC5.0 during conversion of the above line:
    *4 000001862004060300000010###/#######L##########G/##########G/########
    it was consider in the same # values.
    I have used the following statement to open and read dataset.
    OPEN DATASET i_dsn IN LEGACY TEXT MODE FOR INPUT.
    READ DATASET i_dsn INTO pos_rec.
    Thanks for your help.
    Regards,
    Gopinath Addepalli.

    Hi
          You might be facing this problem because of uni code. So while opening or reading the file, there is a statement call ENCODING. Use that option and keep the code page which you want. Then the problem may be solved.
    Thanks & Regards.
    Harish.

  • Unable to find .ctl file while invoking sqlldr from unix

    Hi,
    I am invoking shellscirpt, in that calling sqlldr but getting error as below;
    SQL*Loader: Release 10.1.0.5.0 - Production on Mon Dec 17 14:26:16 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL*Loader-500: Unable to open file (xxc_sql.dat)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    my shell script is:
    #!/usr/bin/ksh
    #* =============================================================================
    # $Id$
    # $Header$
    # Module Type : Shell Script
    # Module Name : XXC_MOD_IN_049_Pay_BACS.prog
    # Description : This script is used for Moving of BACS Payroll OutPut File TO Specified loaction and location.
    # Run Env.    : SQL*Plus
    # History
    # =======
    # Version Name                   Date          Description of Change
    # 0.1     Sanjeev Khurana       30-Aug-2010   Initial Creation.
    #* ==============================================================================
    # $1 : USERNAME/PASSWORD of the database
    # $2 : USERID
    # $3 : USERNAME
    # $4 : CONCURRENT REQUEST ID
    # $5 : Request_id
    echo "username/password"
    echo $1
    echo "user_id"
    echo $2
    echo "username"
    echo $3
    echo "concurrent_request_id"
    echo $4
    echo "request_id"
    echo $5
    sqlldr $1 control=$XXC_TOP/bin/xxc_sql.ctl log=$XXC_TOP/bin/rakesh.logmy control file code is:
    load data
    APPEND
    infile *
    insert into table xxc_temp
    request_id constant "rakesh"
    )while submitting concurrent program getting error, concurrent registered as HOST
    Please anyone help on this:
    Thanks,
    Rakesh
    Edited by: 974938 on Dec 17, 2012 7:04 AM
    Edited by: 974938 on Dec 17, 2012 7:04 AM

    Pl post details of OS, database and EBS versions. Are you using a concurrent program type of SQL*Loader ?
    Pl post the contents of the control file. The error is "unable to find xxc_sql.dat" - does this file exist in the appropriate directory with appropriate permissions ? Your control file is called "xxc_sql.ctl"
    How to Use 9i or 10g Features in SQL*Loader for Apps? [ID 423035.1]
    HTH
    Srini

  • Download doc problem when copied from APEX_APPLICATION_FILES to local table

    Good morning!
    As the subject indicatesm, I am experiencing problems downloading a document I have copied from APEX_APPLICATION_FILES to my local table FILE_SUBJECTS
    and would be very grateful if someone could help.
    Here is the problem:
    I can successfully upload a document into APEX_APPLICATION_FILES and dowload it from there too.
    I can copy the record from APEX_APPLICATION_FILES into my local table FILE_SUBJECTS and delete that entry from APEX_APPLICATION_FILES but I cannot download it from my local table, it keeps pointing me to a page which cannot be found, so I'm guessing there is something wrong with either, my INSERT INTO statement or, my link in the report.
    My INSERT INTO statement is:
    INSERT INTO file_subjects (id,filename,updated_by,updated_on,blob_content,mime_type)
    SELECT id, filename, name, updated_by, updated_on,blob_content,mime_type
    FROM APEX_APPLICATION_FILES
    WHERE APEX_APPLICATION_FILES.filename = :P2_FILE_NAME;
    REPORT LINK
    I have tried just a normal column link in my report like: #ID# (this works when looking at APEX_APPLICATION_FILES)
    but I have also tried the following:
    #OWNER#.DOWNLOAD_MY_FILE?p_file=#ID#
    where download_my_file is a procedure:
    create or replace PROCEDURE "DOWNLOAD_MY_FILE" (p_file in number) AS
    v_mime VARCHAR2(48);
    v_length NUMBER;
    v_file_name VARCHAR2(2000);
    Lob_loc BLOB;
    BEGIN
    --apex_application.g_flow_id := 166;
    --if not(APEX_CUSTOM_AUTH.IS_SESSION_VALID) then
    -- owa_util.status_line(404, 'Page Not Found', true);
    -- return;
    --end if;
    SELECT MIME_TYPE, BLOB_CONTENT, name,DBMS_LOB.GETLENGTH(blob_content)
    INTO v_mime,lob_loc,v_file_name,v_length
    FROM FILE_SUBJECTS
    WHERE id = p_file;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment; filename="'||replace(replace(substr(v_file_name,instr(v_file_name,'/')+1),chr(10),null),chr(13),null)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    end DOWNLOAD_MY_FILE;
    Many thanks in advance!
    Sue

    Sue,
    If you are running XE or running with the EPG versus the http server, you need to grant access to the procedure you are using for it to be run properly..
    You may need to look at this function, if you are using XE or have the EPG setup for your database.. http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e12856/adm_wrkspc.htm#BABEFDHI [Look for the section called *Restricting Access to Oracle Application Express by Database Access Descriptor (DAD)*]
    Thank you,
    Tony Miller
    Webster, TX

Maybe you are looking for

  • Using TimeCapsule with a Comcast modem AND Airport Express. Way slower after updates! What's up?

    I've been running this set up for two years now without a hitch.  Comcast Modem to TimeCapsule by Ethernet.  Then TimeCapsule to Airport Express via WiFi.  It used to work great because my TC was far away from my family room and the AE extended my ne

  • Creating Ringtones

    Ok so the idea of paying twice for a song to make it a ringtone it aganizing enough and quite frankly bs. but when i buy a song and itunes says that it can no longer be made into a ringtone i get pretty ****** off. how do i know what songs can an can

  • Pic not showing up in Menu (Black and Gray 3 photos across)

    I created a menu and it was all okay when I went back into it to burn, I preview it first and the 3 photos across arn't showing so I droped them in again and it's still not working. What am I doing wrong or what did I do to make them not show. Can an

  • Restore a PDF file from SharePoint Content DB backup

    Hi Techys, Could you please help me for below scenario, I have only Content DB backup of SharePoint 2010, Now i want to restore a single file(madhu_Profile.docx) from that Backup. But, How? Let me know if you need any further information regarding th

  • Api for games programming

    What apis should i get to code nice games to mobile devices like cell phones? thanks bill