Excessive retries

I'm uploading a folder to a remote server.

I follow the uploading tutorial, but when I click the start button I keep getting retries at x time. Every so often I get connected, but then it goes to retry again.

What am I doing wrong or is this normal and it is supposed to eventually work?

Edit: It's saying the system can not find the file specified. Access is denied.

I assume this is a local problem? How do I deal with it?

And when it does connect:
[23:47:23] Resolving host name "*****"
[23:47:23] Connecting to ***** Port: 21
[23:47:23] Connected to *****.
[23:47:23] 220 Microsoft FTP Service
[23:47:23] USER administrator
[23:47:23] 331 Password required for administrator.
[23:47:23] PASS (hidden)
[23:47:24] 230 User administrator logged in.
[23:47:24] SYST
[23:47:24] 215 Windows_NT
[23:47:24] Detected Server Type: Windows NT
[23:47:24] FEAT
[23:47:24] 211-FEAT
[23:47:24] SIZE
[23:47:24] MDTM
[23:47:24] 211 END
[23:47:24] TYPE I
[23:47:24] 200 Type set to I.
[23:47:24] REST 0
[23:47:24] 350 Restarting at 0.
[23:47:24] PWD
[23:47:24] 257 "/" is current directory.

What does this mean and how do I fix it?

Thanks

Can you please show the log showing the problem?

Can you please show the log showing the problem?

[13:55:39] Resolving host name "***"
[13:55:39] Connecting to *** Port: 21
[13:55:39] Connected to ***.
[13:55:39] 220 Microsoft FTP Service
[13:55:39] USER administrator
[13:55:39] 331 Password required for administrator.
[13:55:39] PASS (hidden)
[13:55:40] 230 User administrator logged in.
[13:55:40] SYST
[13:55:40] 215 Windows_NT
[13:55:40] Detected Server Type: Windows NT
[13:55:40] FEAT
[13:55:40] 211-FEAT
[13:55:40] SIZE
[13:55:40] MDTM
[13:55:40] 211 END
[13:55:40] TYPE I
[13:55:40] 200 Type set to I.
[13:55:40] REST 0
[13:55:40] 350 Restarting at 0.
[13:55:40] PWD
[13:55:40] 257 "/" is current directory.
[13:55:40] CWD /arcemuserver
[13:55:40] 550 /arcemuserver: The system cannot find the file specified.
[13:55:40] MKD arcemuserver
[13:55:40] 550 arcemuserver: Access is denied.
[13:56:10] CWD /arcemuserver
[13:56:10] 550 /arcemuserver: The system cannot find the file specified.
[13:56:10] MKD arcemuserver
[13:56:10] 550 arcemuserver: Access is denied.
[13:56:40] CWD /arcemuserver
[13:56:40] 550 /arcemuserver: The system cannot find the file specified.
[13:56:40] MKD arcemuserver
[13:56:40] 550 arcemuserver: Access is denied.
[13:57:10] CWD /arcemuserver


And it just goes on like that after each retry. I starred out the IP. Thanks for any help or advice you can give me.

Thanks

It means you have no permissions to create a folder on the server:
[13:56:10] MKD arcemuserver
[13:56:10] 550 arcemuserver: Access is denied.

Make sure that you are uploading to the correct directory on the server. In doubt contact your web hosting provider for assistance.

Regards,
Mat

Thanks Mat Got it workin