Size Limit on uploaded files?

I've been trying for ages to upload a 50Kb file to my webspace, but the transfer fails after about 34kb.

Is there a size limit to the files you can upload?

Here's the log...

Resolving host name upload.ntlworld.com...
Connecting to (upload.ntlworld.com) -> IP: 62.253.162.29 PORT: 21
Connected to (upload.ntlworld.com) -> Time = 32ms
Socket connected waiting for login sequence.
220-
220-##################################################################
220-
220- Welcome to upload.ntlworld.com
220-
220-##################################################################
220-
220 upload.ntlworld.com FTP server ready
USER d.anstey1
331 Password required for d.anstey1.
PASS (hidden)
230 User d.anstey1 logged in.
SYST
215 UNIX Type: L8
FEAT
500 FEAT not understood.
REST 100
350 Restarting at 100. Send STORE or RETRIEVE to initiate transfer.
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.
PWD
257 "/" is current directory.
Cached directory reloaded.
CWD /Docs
250 CWD command successful.
PWD
257 "/docs" is current directory.
PASV
227 Entering Passive Mode (62,253,162,29,174,127)
Opening data connection IP: 62,253,162,29,174,127 PORT: 44671.
LIST -aL
150 Opening ASCII mode data connection for file list
200 bytes received successfully. (200 B/s) (00:00:01).
226-Transfer complete.
226 Quotas off
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (62,253,162,29,174,166)
Opening data connection IP: 62,253,162,29,174,166 PORT: 44710.
STOR LJ CV Current (30-06-04).doc
150 Opening BINARY mode data connection for LJ CV Current (30-06-04).doc
A non-blocking socket operation could not be completed immediately.
451 Transfer aborted. Insufficient memory or file locked.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (62,253,162,29,174,177)
Opening data connection IP: 62,253,162,29,174,177 PORT: 44721.
LIST -aL
150 Opening ASCII mode data connection for file list
200 bytes received successfully. (200 B/s) (00:00:01).
226-Transfer complete.
226 Quotas off

Any help appreciated.

Server issue. SmartFTP limit on file size are 2^64 (about 2.100.000 TB)

Thanks for that.

It seems SmartFTP has some compatibility issues with NTL's server. I note that CoreFTP, FreeFTP and several others do the same thing. However, I have no problems with the FTP client that NTL recommend: TerrapinFTP. Unfortunately that isn't free, but Filezilla does not seem to suffer from the problem, so I'll switch to that.

LJ

Been using SmartFTP with NTL for ages with no probs with large files (some over 2mb)

I'll run an upload and post the sript to let you compare.

Jim

here it is...I vaguely remember changing a setting for NTL - have you checked the NTL support pages?

That apart, I can't see any difference

Resolving host name upload.ntlworld.com...
Connecting to (upload.ntlworld.com) -> IP: 62.253.162.29 PORT: 21
Connected to (upload.ntlworld.com) -> Time = 20ms
Socket connected waiting for login sequence.
220-
220-##################################################################
220-
220- Welcome to upload.ntlworld.com
220-
220-##################################################################
220-
220 upload.ntlworld.com FTP server ready
USER jim.dougans
331 Password required for jim.dougans.
PASS (hidden)
230 User jim.dougans logged in.
SYST
215 UNIX Type: L8
FEAT
500 FEAT not understood.
REST 100
350 Restarting at 100. Send STORE or RETRIEVE to initiate transfer.
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.
PWD
257 "/" is current directory.
Cached directory reloaded.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (62,253,162,29,167,225)
Opening data connection IP: 62,253,162,29,167,225 PORT: 42977.
STOR mg_manual.pdf
150 Opening BINARY mode data connection for mg_manual.pdf
1003326 bytes sent successfully. (7.48 KB/s) (00:02:11).
226 Transfer complete.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (62,253,162,29,169,81)
Opening data connection IP: 62,253,162,29,169,81 PORT: 43345.
LIST -aL
150 Opening ASCII mode data connection for file list
9921 bytes received successfully. (4.84 KB/s) (00:00:02).
226-Transfer complete.
226 Quotas off