Technical explanation:
Just to explain a bit as to why you are having problems and that an external FTP program may solve your problems.
"Built-in" FTP programs offered by hosts are usually just an uploading script that uses the HTTP protocol. HTTP often has size limitations and is not resumable, meaning that if the upload is interrupted it has to start all over again. (this sucks with large files or shaky internet connections). True FTP applications use the FTP protocol, FTP is resumable, and can handle any size file(s). Most FTP programs automatically resume the upload from where it left off if, even if the internet connection drops for a moment.
If you still have problems after making the suggested change that Fenris Wolf stated, try an FTP application. Others include WS-FTP, CuteFTP.
Good luck
|