Moving files from PC to iMac

I have read "Switch 101" but it wasn't terribly helpful. It tells me to transfer by ethernet cable or by network, but both methods require my knowing the PC's ISP Address or DNS Name. How do I find that information?
All I really want to do is transfer my iTunes library from the PC to the iMac. The rest, documents and photos, I don't mind burning to a DVD to transfer.
Any help would be greatly appreciated. Thanks.

Follow the instructions on this page.
(21679)

Similar Messages

  • I am having a problem moving files from a iMac  in location mac in another location.  I have tried using Dropbox and the Public folder in the i disc.  When I drag the files into dropbox they become alias' and I can't open them at the other end beca

    I am having a problem moving files from an imac in one location to an imac inanother location.  I have tried using Dropbox which is installed in both locations but when i drad a file ino yhe app it becomes an alias.  When I get to the other location it says I can't open the file because the " original application that created it is not present".  This is despite the fact that the app that created both files is installed in both computers.  If I use the Public folder in the idisc, when I get to the other location the file isn't there.  Am I forgetting to turn something on or off?  Should I manually sync the Public folder and if so how? Thanks
    Message was edited by: stephenfromdelray beach

    So now that's two of us.  Hopefully, someone has an answer. 

  • What's the best way to move files from my 2012 iMac to my 2014 MBP?

    What’s a good way to move files from my 2012 iMac to my MBP?
    I prefer to do graphic work on my 21-inch iMac (2012 version). But when I travel I need to copy files to my 2014 MBP. I learned that my 2012 iMac is too old for use of AirDrop, so I’m copying and moving files with a flash drive. That seems slow and clumsy. Is there a better way?

    Target Disk Mode would provide a direct connection between the two Macs:
    http://support.apple.com/en-us/HT1661
    Nothing simpler than that is available.
    Ciao.

  • HT4889 moving files from pc to mac book

    Hi have down loaded to set up moving files from pc to mac book pro but keep getting an error message on pc  saying error occurred whilst  preparing your info for transfer ! i am running visa on pc any help pls thanks

    Look at these links.
    *How to use your iPod to move your music to a new computer*
    http://docs.info.apple.com/article.html?artnum=300173
    http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/
     Cheers, Tom

  • Why does the new operating system not delete the moved files from their original location - it seems like an enormous waste of space, time and effort to clean up every file once you've moved it

    Why does the new operating system not delete the moved files from their original locations - it seems like an enormous waste of space, time and effort to clean up every file once you've moved it - also, when transferring large amounts of files it becomes a very large problem remembering which files were transferred and which not.

    You're going to need to be more specific, as I'm not quite sure I understand what you're talking about.
    If you're referring to copying from an external hard drive or flash drive, and you want to actually move files rather than copy them, you can hold down the option key to force it to do a "move" rather than a "copy." This is not new behavior, though... the Mac OS has worked this way as long as I can recall (and I've been using it since 1984).
    If you're having a problem with trying to move files from one place to another on a single drive causing them to be copied instead, that is likely because of some permissions issue preventing you from actually being able to move them.

  • How can I restore files from my old iMac to this new purchased MacBook Air? I am using time machine backup in my old imac.

    How can I restore files from my old iMac to this new purchased MacBook Air? I am using time machine backup in my old imac.

    Hi,
    Try Target Disk Mode
    OS X Yosemite: Transfer files between two computers using target disk mode
    There is also Migration Assistant.
    OS X Yosemite: Transfer your info from a computer or storage device

  • How can I transfer files from my 2007 iMac to my new MacBook Pro?

    How can I transfer files from my 2007 iMac to my new MacBook Pro?  It cannot be does over wi-fi as my old computer is too old.  Please advise!

    Use a Thunderbolt to Ethernet or FireWire adapter.
    (95019)

  • Issue in moving files from data fodler to processed folder in background

    Hi All,
    I am facing one issue in moving files from data fodler to processed folder in case of background execution.
    When i am executing the file in the foreground, i can move the file from Data folder to processed folder. I am using SXPG_COMMAND_EXECUTE FM to move the file from data folder to processed folder.  I can see the file in processed folder once the program is executed.
    But in case of executing the same program in background, it is giving me the error "Failed to move the file to processed folder" in the spool of SM37 and i can see the file still laying in data folder.
    I tried to check other programs which acesses the same folder as the above program, whether they are able to move. They are able to move the file to processed fodler successfully both in foreground and background mode.
    Please help me in resolving this issue.
    Thanks,
    Deepa

    Hi Sanu,
                    Please use teh following code to move the file from source to target folder.
    This is a code showing how to create and use COPY command of UNIX in ABAP
    PARAMETERS:
    Input file path
    p_input TYPE localfile,
    Processed file path
    p_proc TYPE localfile.
    Declare the Types to file data
    TYPES: BEGIN OF L_X_OUTPUT,
    sys(200), " Please note, there are asterisk before and after sys (i.e.sys)
    END OF L_X_OUTPUT.
    * Internal table to store file data
    DATA l_i_output TYPE STANDARD TABLE OF l_x_output WITH HEADER LINE.
    * Variable for the UNIX command
    DATA: l_v_unix_comm(255) TYPE c.
    Copy command of UNIX
    CONCATENATE 'mv' p_input p_proc
    INTO l_v_unix_comm SEPARATED BY space.
    For example the Copy command is stored as below
    cp u2018/data/interfaces/input/input_fileu2019 u2018/data/interfaces/processed/processed_fileu2019
    Examples of UNIX Command *u2022 mv filename1 filename2 --- moves a file (i.e. gives it a different name, or moves it into a *different directory (see below) *u2022 cp filename1 filename2 --- copies a file
    Execute the UNIX Copy command.
    This command will copy the file from input file path to the processed file path
    CALL 'SYSTEM' ID 'COMMAND' FIELD l_v_unix_comm
    ID 'TAB'
    FIELD l_i_output-sys.
    IF sy-subrc eq 0.
    write: 'File is copied successfully using UNIX command in ABAP'.
    ENDIF.

  • I recently purchased a new iMac with an external drive.  I want to transfer my files from my old iMac to the external drive, but I'm afraid that doing that will compromise the use of the external drive on my new iMac.  Comments?  Help?

    I recently purchased a new iMac with an 1 Terrabyte external drive.  I want to transfer my files from my old iMac to the external drive, but I'm afraid that doing that will compromise the use of the external drive on my new iMac.  I have not downloaded the external drive's software onto my old Mac because of this concern.  May I simply "drag and drop" the contents I want transferred to the external drive, then set up my new Mac with the drive and download there? or is there a better procedure?  Comments?  Help?

    If your intention is to copy a just documents and data (word processing files and music for example) then yes, you can use drag and drop. If you want to transfer data and applications and permissions, it would actually be easiest to connect the drive to your old computer and turn on TimeMachine. Once TM is finished, connect the drive to your new computer and restart it holding the option key to get into Recovery mode. Then you can use the restore from TM option to transfer your data and programs to the new computer.

  • How do I transfer files from my old iMac to my new Pro laptop?

    How do I transfer files from my old iMac to my new Pro laptop?

    If you can get both computers on the Internet at the same time without re-cabling, you have the connection infrastructure needed to enable file sharing and share those files.
    That said, many users find it easier to use FireWire Target Disk mode to treat the old computer as a big Hard drive, and just drag and drop the files, or use Migration Assistant or Setup Assistent.
    There is a really good guide here:
    http://pondini.org/OSX/Setup.html

  • Moving files from PowerMac G3 to MacBook Pro

    I have a new MacBook Pro and am moving files from all my old macs onto it. I found an old beige desktop PowerPC hard drive but don't have a monitor for it. Also, I have ancient 3.5 floppies that I need to read and the old beige computer has a slot for that. So, the question is: How do I get my files off the beige G3 and onto the new computer when the beige PowerPC has NO firewire?

    One solution is to find any old crappy monitor and hook it up to the beige G3. Then you can configure it to use Ethernet, and set up a small Ethernet network with your new MacBook Pro. It is a little complicated, but not difficult.
    This article helps explain the concepts:
    106658- Creating a small Ethernet network
    Then this illustrated step-by-step can walk you through it:
    Car1sons OS 9 to OS X.3 File Sharing Setup

  • Transfer files from old CRT iMac

    My mom just got a new Intel iMac, and when she was setting it up, it told her she could transfer files from her old iMac using a firewire cable. Well, the old iMac doesn't have firewire. Does she have any other options? She's not very computer savvy, so I'm trying to make this as painless as possible for her. Thanks.

    I don't know much about the transfer program, or whether or not it may use USB. The way I did it about 4 years ago was by using the file sharing feature. Doing it that way is a little more involved and takes some moderate knowledge of the Mac OS platform. I used just a run of the mill ethernet cable. I am sure you can find in apple support documents the procedure to connect the two. I would find the page for you myself but I need to get to work. I am late.

  • Moving file from one location to other in shell script

    HI All,
    I am facing one problem in moving file from one location to another location please help me out.
    My code is as below :
    mv ${file}.log ${DATA_XXX}/../archive/${file}.log_`date +"%m%d%y%H%M%S"`
    mv ${file} ${DATA_XXX}/../archive/'abc'.`date +"%m%d%y%H%M%S"`
    where file =test1 and DATA_XXX= "k01/aa/in"
    please help me on this
    Thanks

    Please describe the problem. Perhaps you are missing the / i.e. /${DATA_XXX}

  • I am having trouble moving files from iPhoto to a thumb drive.  Sometimes I can move 20 photos next time I can only move 2 photos or 0---this is during the same session.  I also have trouble downloading photos to the internet.  Can someone please help?

    I am having trouble moving files from iphoto to a thumb drive.  During the same session sometime I can move 10 photos at a time, the next time I can only move one photo and sometime no photos will move.  I also have trouble downloading photos to the internet.  I was using a MacBook Pro and had no problems like this.  I then upgraded to the MacBook Pro with Retina Vision and this is the computer I am having problems with.  Can anyone please give me a suggestion in how to fix this problem. THANK YOU.

    iPhoto problems should be posted in their forums.
    I also have trouble downloading photos to the internet.
    Needs clarification.  You upload from your computer to the internet & download from a website/internet to your computer.  So which are you trying to do?  Either way, sounds like a browser issue.  You need to post in the forum of whichever browser you are using.

  • Computer freezes when moving files from USB, or to another partitioned HD

    Hello, i've been moving files from two USB's to my Macintosh HD, and when I do that, the computer kinda freezes up, i can move the cursor, but not kinda click anywhere, and then a minute after or something, it gets normal again, but the transfer is going horribly slow. this happens when i move from Macintosh HD, to Macintosh HD 2 (a partitioned one). the files are 2 gb each USB. which means im transferring 4 gb at the time.

    Neurot wrote:
    I have 6 folders on my hard drive. These folders were created by downloading a bunch of rar files, then extracting them each to their own folder. I have not touched the permissions, so they should be the default of me having read/write and everyone else having read (correct me if i'm wrong).
    Using two Finder windows, I drag and drop the six folders from one hard drive to another, and hold down the Apple key so that it moves instead of copies. I let go and it starts copying the files (since there is no "move", but rather a "copy and then delete").
    I would recommend you don't use this method to move a lot of files between drives. it's much safer first to copy and if the copy is successful to delete the original afterward. there was a data loss bug in OS X a while back that wold sometimes lead to total loss on both the source and the target when doing this.
    this bug is supposed to be long fixed but still...
    How is the hard drive you are moving the files to formatted? what yo describe sometimes happens when moving a lot of stuff to or from FAT formatted drives. also, repair both drives in disk utility. repair disk, not permissions.
    Message was edited by: V.K.

Maybe you are looking for

  • Problems installing Bootcamp on my Macbook Pro i7

    Hi, I ran the Bootcamp installation program, and then restarted my Macbook Pro Core i7, and was presented with three choices - 1. Mac OS X, 2. Windows, 3. EFI Bios. Choice 2 crashes, choice 3 runs the Windows installer, shows the progress bar, goes u

  • How can I determine what version iPad I have?

    I was given this, as a gift, and would like to know what version it is,& how old it may be.

  • Why can't I click on a link to a photo tweeted from Camera on IOS?

    Whenever I tweet a photo from the camera app the resulting link is not "clickable". Users must copy and paste the link into Safari to see the photo. I have also received tweets from others which were sent from Camera on IOS and the links are not clic

  • Other ac3 codec than the 0.4 plug-in

    hey guys its been a pain in the azz that since apple release the new update for qt (.0.2 & .0.3) the commonly known ac3 codec for qt 0.4 doesn't work no more under qt. so i am just wonderin that if there's another ac3 codec out there that will work w

  • Problems with applets.

    Hi to everybody. I've got a problem with simple applets. I've built several applets using Swing components (JApplet, JPanel, JButton, etc.) In my browser, the background color of my applets does correctly appear. But none of my components does !!!! N