Problems uploading

I used to mess around with websites about 4 years ago, and am now trying to finish a site up for a family friend. He wanted the website moved, so I downloaded the site on the old host via FTP, but when I try to upload it to the new site (hosted on 1and1, if it matters) I am getting errors saying the files don't exist =x


[08:56:56] Remote file exist check: "home.html".
[08:56:56] TYPE I
[08:56:56] 200 Type set to I.
[08:56:56] SIZE home.html
[08:56:56] 550 home.html: The system cannot find the file specified.
[08:56:56] File size check (SIZE) failed. File not found or permission denied.
[08:56:56] PASV
[08:56:57] 227 Entering Passive Mode
[08:56:57] Opening data connection to
[08:56:57] STOR home.html
[08:56:57] 550 home.html: Access is denied.
[08:56:57] 0 bytes transferred. (N/A/s) (0 ms)
[08:56:57] MDTM 20070714185327 home.html
[08:56:57] 550 20070714185327 home.html: The system cannot find the file specified.
[08:56:57] TYPE A
[08:56:57] 200 Type set to A.
[08:56:57] PASV
[08:56:57] 227 Entering Passive Mode
[08:56:57] Opening data connection to
[08:56:57] LIST -aL
[08:56:57] 125 Data connection already open; Transfer starting.
[08:56:57] 49 bytes transferred. (790 bytes/s) (62 ms)
[08:56:57] 226 Transfer complete.
[08:56:57] Transfer failed. Use the Transfer Queue for automatic retries.

I don't really know what the problem is, since the files are there, I can open the website and browse it locally on my computer. I've never used SmartFTP prior to this project and so far, honestly, have not been overly happy with it, since all my problems have stemmed from it that I have had and solved so far.

The problem is that you don't have sufficient privileges to upload a file to the location you are trying to do:

08:56:57] STOR home.html
[08:56:57] 550 home.html: Access is denied.

The reason is very likely that you are uploading your files to the incorrect remote path/folder/location on the FTP server. Try to upload it to the home folder of your web. Usually something like htdocs, www, web etc.

Regards,
SmartFTP