Move a file from one lacation to another in FTP

Hi Experts,
i have scenario were i have to move a file from one location to another in a FTP the source and the Target  structure are same can we go  with only configuration(ID) why because there is no mapping done but i have dbout when we create a sender agreement,receiver agreemant we need to mention the Message Interface is there any way to skip the IR(Design) part
Do provide inputs
Thanks,
Sampath

hi ,
  you can skip your IR part. follow this blog
/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository
/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp
Edited by: Robin on Jan 20, 2009 11:50 AM

Similar Messages

  • Move stickie file from one mac to another, move stickie file from one mac to another, How do I move stickie file from one mac to another

    How do you transfer the stickie data file from one mac to another?

    I think this is the file -
    In (hard drive) > Users > yourhomefolder (the one with the house icon) > Library, look for a loose file named StickiesDatabase
    Copying that file to the same location on the new machine (and replacing the file there now) should move the notes. It is probably a good idea that both machines be running the same OS X version.

  • How to Move  a file from one Directory to another directory.

    Hi All
    i am having a Java standlone Application reqiurements are
    1---->Connection pool To be Created.
    2---->Using Thread to read Multiple Files Simulatneously.
    3----->After Reading Those file I have to Move it to another folder.
    Plz help me.If possible give me sample code .
    I am in deep trouble for this project.

    Use java.io.File.renameTo(...) (look it up in the API documentation).
    Renaming a file doesn't work if you're trying to move files from one disk to another disk. In that case, you have to copy the file and delete the original.

  • To Move Multiple Files from one directory to another.

    Hi,
    I need to move multiple files from one directory in UNIX (application server ) to another. I need something like an FM 'STRALAN_COPY_FILES' which is also valid in ECC 6.0.
    Thanks in advance.

    Hello Sachin
    Below you see a copy of how to use EPS_FTP_PUT using transaction SE37.
    Import parameters               Value             
    RFC_DESTINATION =                 NONE              
    LOCAL_FILE             =         filename          
    LOCAL_DIRECTORY   =              /dir1/dir2        
    REMOTE_FILE             =        filename          
    REMOTE_DIRECTORY   =             /dir1             
    OVERWRITE_MODE        =          F        " force -> overwrite existing file                 
    TEXT_MODE                    =   B               " binary
    TRANSMISSION_MONITOR            X       " display transmission monitor            
    *RECORDS_PER_TRANSFER            10                
    *REQUESTED_FILE_SIZE             0                 
    *MONITOR_TITLE                                     
    *MONITOR_TEXT1                                     
    *MONITOR_TEXT2                                     
    *PROGRESS_TEXT                                     
    *OBJECT_NAME  
    Regards,
      Uwe

  • How do i move a file from one directory to another?

    Can anyone help me in moving a file from one directory to another?
    The following code just does not work!!
    File source_file = new File(source_file);
    if(source_file.exists())
    File dest_file = new File(destination_file);
    if(!dest_file.exists())
    boolean moved = source_file.renameTo(dest_file);
    System.out.println("moved.."+moved);
    The varirable moved is always false.
    Can anyone tell me whts wrong in this code?

    The problem in your code is you used file object as argument when you create a new File. I changed a little bit codes and it should be fine now.
    String source_file1="test111.txt";
    String destination_file1="test222.txt";
    try{
         File source_file = new File(source_file1);
         if(source_file.exists())
              File dest_file = new File(destination_file1);
              if(!dest_file.exists())
                   boolean moved = source_file.renameTo(dest_file);
                   System.out.println("moved.."+moved);
    catch(Exception e){
               e.printStackTrace();
    }

  • Move SAPDATA files from one drive to another

    Hi,
    I have a DR server running on Windows 2003 and Oracle 10.2.
    The SAPDATA drive Z is running out of space and I need to move it to a bigger drive.
    The server has two RAID 5 interfaces where all the disks are located i.e Disk 0 and Disk 1.
    Below is the plan:
    1)     create a new drive K in Disk 1
    2)     manually copy all SAPDATA files from old drive Z (located in Disk 0) to drive K
    3)     rename the old drive Z in Disk 0 to another alphabet
    4)     rename the new drive K to Z
    Start the server and SAP services and there should not be any issues for SAP in recognizing the "new" enlarged drive Z,
    do you agree?
    Thank you.

    Hi,
    Yes this will work. You can proceed.
    But make sure that you take a backup before proceeding further.
    Regards,
    Nirmal.K

  • How do I move a file from one catalog to another

    I created a new catalog by mistake, I imported a file to this catalog, how do I move the file to the catalog that I have been using?

    You CAN export the catalog and then import and merge it to your correct catalog.
    But if it's just one file, why not just delete the new catalog and reimport the one file???
    tom

  • How do I move all files from one project, to another hard drive?

    I am using CS3- I created a project on one hard drive, began editing, etc.- but now I'd like to move that project to another hard drive.
    Where are all of the files associated with it so I can move it successfully?
    Thanks!

    You will also find links to many
    free tutorials in the PremiereProPedia that will quickly show you how things are done in Premiere Pro.
    Cheers
    Eddie
    PremiereProPedia   (
    RSS feed)
    - Over 300 frequently answered questions
    - Over 250 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • How do I move a file from one folder to another in th K1?

    When I long click a file name a I get a popup list and move is listed. When I press move, the filename gets highlighted, but I can't drag and drop it. What am I doing wrong?
    Solved!
    Go to Solution.

    Which file explorer app are you using?
    If it's the "File Mgmt." app, with the round icon that looks like the front of a folder, after long-clicking the file and selecting Move, go to the folder that you want that file moved to, and select Operation at the top, then Paste.  It is not drag-n-drop.

  • Move file from one library to another library via SharePoint 2010 Designer Workflow

    Can SharePoint 2010 designer be able to move a file from one library to another using workflow?  I tried to use the copy list item but it won't show my destination library.  I prefer not to use the 3rd part workflow like
    http://www.codeplex.com/SPDActivities
    Please advise.
    Brian
    Brian

    Hi Brain,
    From your narration, I undersatnd that you want to move document to another library across site or site collection. However,
    the copy list item action is used for coping list item to another library or list in the same site, so you can’t achieve it through ootb workflow action. So to move document to another library across site under the same site collection, then you can use site
    content and structure. If across site collection, then I suggest you use that the 3<sup>rd</sup> part workflow action.
    For more information about site content and structure,
    http://office.microsoft.com/en-us/sharepoint-server-help/work-with-site-content-and-structure-HA010131723.aspx
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • How to copy file from  one location to another

    Hi,
    I am new to java, I tried the following code to move the file from one location to another
    public class CopyFiles {
    public String copy ( File source, File target)
    throws IOException {   
    FileChannel sourceChannel = null;
    FileChannel targetChannel =null;
    try {   
    sourceChannel =new FileInputStream(source).getChannel();
    targetChannel= new FileOutputStream(target).getChannel();
    targetChannel.transferFrom(sourceChannel, 0,
    sourceChannel.size());
    finally {   
    targetChannel.close();
    sourceChannel.close();
    return "Success";
    public static void main(String [] args) throws Exception{   
    File source = new File("C:\\users\\download.pdf");
    File destinationFile = new File("C:\\apple\\download.pdf");
    copy(source, destinationFile);
    The above code is working perfectly, but I Don't want to include the file name in destination file. i.e. File destinationFile=new File("C:\\apple"), and at the same time the pdf with same name has to get stored in the destination location, how can I achieve this.

    kameshb wrote:
    I Don't want to include the file name in destination file. i.e. File destinationFile=new File("C:\\apple"), and at the same time the pdf with same name has to get stored in the destination location, how can I achieve this.It's not totally clear what you're saying here, but what I think you mean is that you don't want to explicitly set the destination file name--you want to just give the copy the same name as the original. Yes?
    If that's the case, then break the original up into separate directory and file name portions, and then construct the destination path from the destination directory plus original file name. You can do that by manipulating the full path string, or by using the methods in java.io.File.

  • How do I move a file from one catalog to aanother?

    How do I move a file from one catalog to another?

    The ambiguity in your first question was that you didn't state which product you were on about - Photoshop?, Lightroom? Bridge? Elements? and which version of these? As I said you clarified this in your second question. I did say that I felt that you have a hidden agenda because you escalated in to insults about Adobe within 5 minutes or so of your first question. It appeared to me that what you were wanting to do right from the outset was to vent your anger at Adobe. That wasn't stated directly in any of your posts hence my opinion that you had a hidden agenda.
    As Silk rooster said we are not employees of Adobe just users of their products (look for the word staff next to a users name to identify if they are a forum member or a member of staff).
    Incidentally before you correct my spelling (ambig(e)uous) make sure that your own post is free from spelling and or grammatical errors. I am dyslexic and therefore rely on spellcheckers, which aren't always perfect, but hey - thanks for pointing out my shortcomings.
    Cheers
    John

  • How to move SQL database from one location to another location i.e. from C' drive to D' drive

    Hi, How to move SQL database from one location to another location i.e. from C' drive to D' drive ? please share some link.
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    According to your description, my understanding is that you want to move databased from C drive to D drive.
    You can detach Database so that the files become independent, cut and paste the files from source to destination and attach again.
    There are two similar posts for your reference:
    http://mssqltalks.wordpress.com/2013/02/28/how-to-move-database-files-from-one-drive-to-another-or-from-one-location-to-another-in-sql-server/
    http://stackoverflow.com/questions/6584938/move-sql-server-2008-database-files-to-a-new-folder-location
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How do I move files from one album to another?

    How can I move files from one album to another? And why does itunes split up imported folders?

    Press the Command key while dragging them.
    (58054)

  • Can't move files from one volume to another

    Using the 1.2 client on SLED, I don't appear to be able to move files from
    one volume to another. I have two drive "mappings", each to a
    different volume on a NW65SP5 box, but when I try and cut and paste files
    I get an error saying "Not on the same file system". However if I drop to
    a terminal and just use mv, that works.
    Is this a known issue?
    Joe

    On Tue, 12 Sep 2006 12:59:23 +0000, Joseph Marton wrote:
    Hmm, yep get the smae problem when trying to move files.
    Copy works just great though.
    I know there are some issues in Gnome/Nautilus that's being worked upon.
    These are outlined in the Readme. For example it's not possible to copy a
    folder from Server A to Server B, then delete the folder form Server A.
    Finally later on copy the folder back to Server A from Server B.
    Also Gnome is leaking file handles, which could be the cause for the
    problem we're getting here.
    I'll ask my contact at Novell about this and have him enter it in as a bug
    if it's not a known issue.
    For a workaround you already have a good alternative of using mv in a
    terminal.
    Niclas Ekstedt, CNA/CNE/CNS/CLS
    Senior Network Consultant/NSC Sysop
    Telindus Sweden AB

Maybe you are looking for

  • Open dns site- sloooow

    Hi there. Other sites are fine, also dns site from my macbook is fine. Have no idea whatsoever what the issue is. wanted to replace (..) mac parental controls with dns and followed installation instructions. THANKS!

  • Serial number off pkg is not accepted to start program

    Serial number is not accepted to start program.  serial number is off of pkg as requested. 

  • Dynex 32 inch 720

    We bought a Dynex 32inch LCD 720 TV today. Hooked it up to dish receiver and getting white hortizonal lines in the background that flicker somewhat, Very distracting....The color isn't that great either, not as sharp as our other lcd tv. What could b

  • When run the depreciation ,system said that Internal error in item 00000000

    hi friends when i run the depreciation ,system went error ,and the error message that  Internal error in item 00000000,asset row is not complete,do you know the reason thank you for your help

  • ADF DVT: Legends Sorting.

    Hi Experts, I have  a bar graph with a series of data and each series creates a corresponding legends. Just a general question. Is there a way to sort the legends of a Bar Graph (just a general question)? I'm using PS6 by the way. Thanks