Problem transferring files

Core FTP client questions and answers
Post Reply
oaa
Posts: 4
Joined: Fri Apr 07, 2006 4:28 pm

Problem transferring files

Post by oaa »

Since I installed a wireless router (Linksys WRT54G) I've been unable to transfer files with ftp. I've now unplugged the router, but it still won't work.
I've tried with PASV both enabled and disabled. (View->Options->Connections->"PASV connections for transfers" as well).

I'll post the messages I get:

Resolving ftp.web1000.com...
Connect socket #888 to 72.21.6.11, port 21...
220 FTP Ready -- MUST USE PASSIVE MODE TRANSFERS --
USER odagoda_web1000_com
331 User name okay, need password.
PASS **********
230 User logged in, proceed.
SYST
215 215 Windows_NT
Keep alive off...
PWD
257 "/" is current
PORT 129,241,135,126,97,65
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transferred 4,523 bytes in 1.762 seconds
PWD
257 "/" is current directory.
CWD /ettaartremnd/
250 Directory changed to /ettaartremnd
PORT 129,241,135,126,97,66
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transferred 4,523 bytes in 1.762 seconds
PWD
257 "/" is current directory.
CWD /ettaartremnd/
250 Directory changed to /ettaartremnd
POR00 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transferred 0 bytes in 0.008 seconds
TYPE I
200 Type set to I.
PORT 129,241,135,126,97,67
200 PORT Command successful.
STOR Oda_429.jpg
550 Oda_429.jpg: Cannot create file.

TYPE I
200 Type set to I.
PORT 129,241,135,126,97,68
200 PORT Command successful.
STOR Oda_430.jpg
550 Oda_430.jpg: Cannot create file.

[...]

Then it just goes on and on and on like that.
Anyone experienced a similar problem?
A solution to this will be greatly appreciated.
jeffd
Posts: 113
Joined: Thu May 06, 2004 6:12 am

Post by jeffd »

You are trying to connect using active transfers (PORT), not PASV.

Check the PASV setting in your site profile (black not gray).

Your connection should look like this (see PASV highlighted)..

Resolving ftp.coreftp.com...
Connect socket #1732 to 69.61.78.33, port 21...
220 Core FTP server Version 1.0, build 134 Registered
USER anonymous
331 password required for anonymous
PASS **********
230-Logged on
230
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory
PASV
227 Entering Passive Mode (69,61,78,33,7,205).
LIST
Connect socket #1740 to 69.61.78.33, port 1997...
150 Opening ASCII mode data connection
226 Transfer Complete
Transferred 965 bytes in 0.078 seconds
oaa
Posts: 4
Joined: Fri Apr 07, 2006 4:28 pm

Post by oaa »

jeffd wrote:You are trying to connect using active transfers (PORT), not PASV.

Check the PASV setting in your site profile (black not gray).

Your connection should look like this (see PASV highlighted)..

Resolving ftp.coreftp.com...
Connect socket #1732 to 69.61.78.33, port 21...
220 Core FTP server Version 1.0, build 134 Registered
USER anonymous
331 password required for anonymous
PASS **********
230-Logged on
230
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory
PASV
227 Entering Passive Mode (69,61,78,33,7,205).
LIST
Connect socket #1740 to 69.61.78.33, port 1997...
150 Opening ASCII mode data connection
226 Transfer Complete
Transferred 965 bytes in 0.078 seconds
Like I said, I've tried with PASV both enabled and disabled, and it does look a bit like yours there with PASV enabled but I still can't transfer files. Still getting the same error message..
oaa
Posts: 4
Joined: Fri Apr 07, 2006 4:28 pm

Post by oaa »

CP wrote:550 Oda_429.jpg: Cannot create file.

It's probably a quota issue. I'd try deleting any files not needed and then uploading again.

Can you upload a small test file named something different?
I tried to upload a .doc file and that worked fine.
It could've been a quota problem but I've only used half the quota.
I also tried to make a folder from inside core ftp and put .jpg files in it one by one but it still wouldn't work.

Strangest thing..
oaa
Posts: 4
Joined: Fri Apr 07, 2006 4:28 pm

Post by oaa »

CP wrote:If it's an NT server on the other end, it may need a reboot. I've seen this happen where files get locked by IIS (older versions) and files are unable to be overwritten.
Oh, ok. If that's the case, then all I can do is wait. Everything seems fine my end. Thanks for the help anyway mate, I'll report back if it starts working again.
Post Reply