When I go to my home directory, it shows a different path, like /home1/username. Whats going on?
That’s normal behavior; the directory described in the previous question is actually a pointer to a real directory somewhere else. This is necessary since directories are occasionally moved around (see next question). Just use the /home/X/username path for all of your transfers, and you’ll be fine.