Do I need FTP -Fetch

Hi. I am in the mist of creating a website and am not going to use .Mac but another web host. Do I need to purchase FTP-Fetch to upload my site or does iWeb have all that I need to accomplish this task? If it does, is it possible to "attach" it to my publish button on iWeb so that I can push "publish" and update the site.
Thanks in advance for your help.

Do I need to
purchase FTP-Fetch to upload my site or does iWeb
have all that I need to accomplish this task?
You don't need to purchase Fetch, but you do need to use an FTP program -- iWeb itself cannot upload to a server other than .Mac. Here are some tips:
http://homepage.mac.com/thgewecke/iwebserver.html

Similar Messages

  • Need to Fetch data between 2 dates

    Dear All,
    Requirement : On the Bex selection screen a key date will be entered I need to fetch all those records which are in between start date & end date- Means
    Start Date < = Key date=> End date
    Start date & end date field exists in Cube, But the Key date does not exists. Key date will be a random date.
    Can any one please help me how to achieve this?
    Can this be done using virtual Chraracteristis? Not sure if the Virtual Char will be applicable for the date field.
    I have tried doing it in the following way.
    Create 2 formula KF populate it wilh a formula variable which is of processing type replacement path which takes value from start date & end date Charateristics IO.
    I created a formula variable KEYDATE (user entry/ready for input) and created a condition
    Start date ( KF) <= Key date
    End date (KF)> = Key date
    But this does not seem to work.
    Can any pls help?
    Thanks & Regards
    Shree

    Hi Shree,
    Try creating a variable for the date infoobject with intervals option and use customer exit to calculate the starting and ending dates. And now create a new Key date variable, using the replacement path replace it with the first variable that you created. Try this options and let me know how it goes.
    Regards,
    Hima

  • Need to fetch results as the output from QGA2

    Hi Gurus,
    My scenario is that i need to develop an interface in which I would send Material,Plant,MIC and Period from one system to SAP R/3 and I need to fetch the output as I get the output from QGA2 while i enter the above mentioned fields.
    Input: Material,Plant,MIC and Period
    Output:
    1) Inspection Start Date
    2) Inspection Lot number
    3) Material
    4) Material Description
    5) UD code and code group
    6) Quality Score( at inspection lot level)
    7) UD code text
    8) Valuation of characterstic
    9) System Status of lot
    10) Characterstcic description
    11) Operation Number at which charaterstic was inspected
    12) Characterstic Number inspected
    Please let me know any BADI or FM which could help me in fetching out these values as standard QGA2 transaction does fetch out these values.
    Thanks

    hi
    Please check
    BAPI_INSPCHAR_GETREQUIREMENTS
    BAPI_INSPCHAR_GETRESULT
    BAPI Modify result lot inspection
    Regards
    Sujit

  • Need to fetch the last record/row from a table

    Hi,
    I have a requirement like fetching the closing balance of the last record of the table and inserting the same into the opening balance of the immediatetly created next record.
    In simple words, I need to fetch a value from the last row of the record.
    For example, I use the below query,
    select rownum, empno, ename from emp
    where rownum = (select count(rownum) from emp);
    But, the above query does not return any of the record.
    Hence, need help on this.
    Regards,
    Shivakumar A
    Edited by: shiva on Mar 27, 2011 10:14 PM

    Rows in a table are inherently unordered. In order to introduce the concept of "first" and "last", you would need to specify how to order the rows which would require that there was one or more columns in the table that you could order by in order to determine the "last" record.
    In your closing balance example, if we assume that there is something like a BALANCE_DATE column,
    SELECT account_number, balance_amount, balance_date
      FROM (
        SELECT account_number,
               balance_amount,
               balance_date,
               rank() over (partition by account_number order by balance_date desc) rnk
          FROM table_of_balances )
    WHERE rnk = 1Justin

  • Need to fetch documents from filenet to SAP ?

    Hi,
    Here is the scenario..,
    The physical documents such as pdf, word documents etc.. are available in filenet/P8.
    These documents need to get fetched & displayed in SAP.
    For a prticular document id, all the related documents need to get displayed...
    Is there any function module or class to do so?
    Thanks.

    > I need to fetch data from SAP system to SQL, I know to fetch it from SQL to SAP using DBConnect but don't know to do this stuff, can any one please help me out with this.
    You can use the same way.
    Markus

  • Need to fetch the plant from route and country

    Hi all,
    I need to fetch the "plant" from "route" and "country".
    is there any table having all the 3 fields, or any way to link these 3 fields ??
    thanks
    Sri

    Hi Sri,
         Try the COPA docs table CE1*
    Regards,
    Sandeep

  • Need to fetch random rownum from a table

    Hi All
    I need to fetch two random records from a table each time I query it. e.g. my_emp_table if this contains unique employee ids, is there any way to write a query which would give a two random employee records, say for first run 11 and 18 and next time 20 and 28 employee record.
    We can get random values by select TRUNC(dbms_random.value(1,250)), TRUNC(dbms_random.value(1,250)) num from dual
    but how do I use these values to get the Nth record using sql?
    Any help will be appreciated.
    Many Thanks!!
    - Shashank

    Looks like this what you are looking for,
    WITH result
         AS (SELECT       LEVEL id, ROWNUM rn
                   FROM   DUAL
             CONNECT BY   LEVEL <= 10),
         required
         AS (SELECT       TRUNC (DBMS_RANDOM.VALUE ( 1, 10)) rn
                   FROM   DUAL
             CONNECT BY   LEVEL <= 2)
    SELECT   *
      FROM   result a, required b
    WHERE   a.rn = b.rnG.

  • Do I need FTP server to poll a file

    Hi,
    i am trying to do file to file scenario. I have technical system which is different than XI system. in this case my technical system has to be FTP server to send a file or not necessarily.
    I am trying to poll file from windows machine to XI system and send back the file again to windows system.
    I added my windows machine as technical system and created bunisess system.
    In C, i have my file.
    But, it is not polling at all. What to give source and target directory while configuring adapters.
    thanks,
    Srinivas

    Hi,
    i am trying to do file to file scenario. I have technical system which is different than XI system. in this case my technical system has to be FTP server to send a file or not necessarily.
    Yes, you need FTP connection in order to access file on 3rd system( Not XI)
    You need to create FTP  Username / password connection to your windows system. Then you can specify this in File adapter with FTP connection details.
    Also check the FTP root directory for username which you are going to use to access Windows system and specify path accordingly.
    Hope this will help.
    Nilesh

  • Need to fetch Schedule Line information into CRM from R/3

    Hi Experts,
    I need to get the Schedule Line Info into CRM system before an order is created.
    Is there any standard function module in R/3 to fetch this information for a specified Material and Quantity.
    If not, the database table where this schedule line information is being stored would help.
    Regards,
    Kris.

    Hello all,
    does this Function Module work also for Configurable Material? We currently face the issue that we replicate a quote from CRM to ECC and the confirmed date for the Scheduled Lines do not get populated due to a limitation. It seems, that currently it is not supported to get back the confirmed date for sub-line items that come from a configurable product.
    The FM Module you mentioned seem like a good workaround?!?
    Please advise!
    Marc

  • File Browsing App? Need FTP, SMB, Dropbox, & OneDrive...

    Hey all, what do you use for file browsing / management. I need something that supports FTP, SMB, Dropbox, & One Drive. FileBrowser works great but doesn't support FTP. I've been messing around with Files United and it's great but not robust. I'm having a lot of error messages and issues with it. Any suggestions for one single all inclusive file management system?
    I work in the construction industry so I'm often opening PDFs with Bluebeam Revu, and Microsoft docs with the newer Microsoft apps.
    EDIT: The more connectivity options the better, for example box.com would be nice also. I work across multiple projects so the more connection options the better. Also, not sure if it's possible as I have yet to see any file management app that can, but access to multiple dropbox accounts would be a huge bonus!!

    I use File Manager, and although it does not supot FTP its a pretty good manager. With several cloud options. 
    https://itunes.apple.com/us/app/file-manager-free/id479295290?mt=8
    However, a quick google search of the App store revealed this:
    iUnarchive Lite - Archive and File Manager with support for Dropbox, Box, Skydrive, SugarSync, WebDAV en FTP
    https://itunes.apple.com/us/app/iunarchive-lite-archive-file/id380663019?mt=8

  • Need to fetch function code value of push button into BUS

    He expert,
                       I have created one custom screen in standard transaction IQ02.where I am populating some values into screen and one push button is there.I want to trigger the workflow only when user press this push button.I am using BUS DEVICE for that.
    Is it possible to fetch function code value of push button into the BUS object by creating custom attributes.So i can put the function code value as a condition before triggering workflow.or is there any other way to  to implement the above functionality.
    Please suggest.

    Hi,
    I'd say you need to delegate the std DEVICE object to your own ZDEVICE, where you define a custom event. Then generate the DEVICE.CUSTOMEVENT event when the user clicks on your pushbutton (eg. with SAP_WAPI... function module).
    In your workflow remove the standard triggering event and use your custom event instead.
    Cheers,
    Patrick

  • Need to fetch the column value which is not null

    Hi All,
    I have table
    please find the table with the values
    emp
    eno     ename     addr1     addr2     addr3     postcode     phone     Default
    1     null     null     null     null     null     null     Abc
    null     name     null     null     null     null     null     Abc
    null     null     null     null     null     null     123     Abc
    5     null     null     abcdef     null     null     123     Abc
    i need select the column with value alone.
    Is it possible with a query.
    My output for 1 row should be
    eno,default
    1, abc
    I dont want to fetch the null value columns. I need to query to fetch for whole table.
    Regards,
    Mohanarangan K

    Table values
    eno     ename     addr1     addr2     addr3     postcode     phone     Default
    1     null     null     null     null     null     null     Abc
    null     NAME     null     null     null     null     null     Abc
    null     null     null     null     null     null     123     XYZ
    5     null     null     abcdef     null     null     123     XYZ
    select from emp where default = 'XYZ'
    It should fetch the
    O/P:
    phone default
    123 XYZ
    eno addr2 default
    5 abcdef xyz
    this way my output should appear. can you help me in this

  • Need to fetch the routings based on the Object text maintained in Long text

    Hi Gurus,
    i have a requirement to fetch all the routing operations based on the Object text that had been maintained in the long text of the routing.
    I found out the tables STXH and MAPL for the values, but unable to link the same.
    Please do help me to find a solution.
    Thank you.
    Naveen.A

    HI Ratan,
    My requirement is to fetch routings that contain Object text.
    The long text of a routings may contain many object texts , but i need to identify the specific object text alone and dispaly all the operations in which this object text exists.
    Thanks for your understanding.
    NAveen.A

  • Urgent:Logic needed to fetch data from Internal Table

    Here i have an internal table having Emp no,Emp name,Salary fields....
    With unique Emp no.
    My requirement is i want to fetch all the details of the employees(like empno,emp name, emp address..) whose salary is the third highest salary.
    Note: Many employees can have unique salary.
    I need the logic for that,
    helpfull ans ill be rewarded.

    suppose ur table has three fields like
    types : begin of typ_emp,
                 num type i ,
                 name type char20 ,
                 salary type char10 ,
               end of typ_emp.
    data : it_emp type table of typ_emp ,
             it1_emp TYPE TABLE OF typ_emp ,
            wa_emp type typ_emp .
    DATA : count TYPE i ,
               w_salary type i .
    code is
    SORT it_emp BY salary ASCENDING .
    it1_emp = it_emp .
    Take the all data to another table and delete all adjacent duplicates .
    DELETE ADJACENT DUPLICATES FROM it_emp COMPARING salary .
       READ TABLE IT_EMP INTO WA_EMP INDEX 3.
    MOVE  WA_EMP-SALARY TO W_SALARY .
    now the third highest salary will come into w_salary .
    and now again process your internal table and retrieve whose salary is equal to w_salary ...
    thanks
    reward if helpfull..............
    Edited by: sam k on May 27, 2008 12:43 PM
    Edited by: sam k on May 27, 2008 12:55 PM

  • Need ftp API

    I have last version of Forte C++ and I can't find ftp API (header and library files) in package. Also, I have SCO UnixWare 7.1 with development tools where ftp API exists. I need same thing in Sun Solaris 8 (Intel) C/C++ development system. Is there any free software that have ftp C/C++ function.
    Thanks, Ivan

    You did something wrong then. Works fine for me.
    import org.apache.commons.net.ftp.*;
    public class Test
        public static void main(String[] args) throws java.io.IOException
            FTPClient ftp = new FTPClient();
            ftp.connect("ftp.gnu.org");
            ftp.login("ftp", "[email protected]");
            FTPFile[] filelist = ftp.listFiles();
            for (int i = 0; i < filelist.length; ++i)
                System.out.println(filelist);
    ftp.disconnect();
    This produces the following output for me:
    $ ~/work> java Test
    -rw-r--r--    1 0        0           17864 Oct 23 16:57 MISSING-FILES
    -rw-r--r--    2 0        0            4178 Aug 13 23:05 MISSING-FILES.README
    -rw-r--r--    1 0        0           17992 Sep 18 21:20 MISSING-FILES~
    -rw-r--r--    1 0        0            2103 Aug 16  2002 README
    -rw-r--r--    1 0        0            1516 Aug 18  2000 README.~1~
    -rw-r--r--    1 0        0          405121 Oct 23 16:55 before-2003-08-01.md5sums.asc
    drwxrwxr-x  238 0        1003         8192 Jan 12 19:01 gnu
    drwxr-xr-x    8 0        0            4096 Aug 02 12:52 iso
    -rw-r--r--    1 0        0              90 Feb 16  1993 lpf.README
    -rw-r--r--    1 0        0         2429741 Jul 27 06:19 ls-lrR.txt
    drwxr-xr-x   27 0        0            4096 Dec 05 16:17 old-gnu
    lrwxrwxrwx    1 0        0               1 Aug 05 13:26 pub -> .
    drwxr-xr-x    7 0        0            4096 Jan 15 20:50 savannah
    drwxr-xr-x    2 0        0            4096 Aug 02 12:01 third-party
    -rw-r--r--    1 0        0             954 Aug 13 23:09 welcome.msg
    -rw-r--r--    1 0        0             849 Apr 10  2002 welcome.msg~

Maybe you are looking for

  • Table does not exist - DbLink

    Hello, I have 2 instances, into production environment, instance A and instance B. Into instance A I have a dblink to instance B... The problem appear when I want to see the indexes of a table of instance B from instance A, to do this I press F4 into

  • How do i transfer my music from a flash drive to iTunes

    How do i transfer my music from a flash drive to my Mac Book Pro and to iTunes

  • How to use BETWEEN Operator in physical layer in OBIEE 11g

    Hi Experts, How do I do the BETWEEN Operator functionality in Physical layer if my requirements is like this? TABLE_1.COLUMN_1 = TABLE_2 is between COLUMN_2 and COLUMN_3 Below is the syntax for BETWEEN Operator function when I am trying to insert the

  • Form name and email being autofilled. cant delete

    I am using latest firefox 4 /vista ...see below when I go to certain sites, the logon name and email that i used previously a loooong time ago on another site appear automatically in the name and email field (of the comment section) . I have never vi

  • Why is the sound effects library missing from the audio menu is FCPX 10.1

    Up until version 10.1 Final Cut Pro had a sound effect library under the music tab. Its now completely missing and only shows itunes. Has anyone else noticed this problem and know how to put it back to the way it used to be.