LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Strange ProFTPD Problem (https://www.linuxquestions.org/questions/linux-networking-3/strange-proftpd-problem-12323/)

JimKyle 01-21-2002 10:07 PM

Strange ProFTPD Problem
 
I've just run into a puzzling problem involving anonymous downloads from my proftpd server. Up until tonight it had been working exactly as expected, to send files to my clients when the files were much too large for attaching to Email (15 to 21 MB per file, zipped).

Tonight, however, I made a 39-MB file available to a client, and he was unable to download it although during the same session he WAS able to download a 21-MB one. The extended log shows that the successful download sent this sequence of commands: "PASV, TYPE I, SIZE, MDTM, RETR" and all worked perfectly. The failing attempts would send "PASV" and then lock up at that point despite getting the identical 227 response from the server.

After several attempts, I had the client download and install the WS_FTP Pro client evaluation version. With it he was able to get through the entire sequence and issue the RETR for the file -- which promptly got a 550 response! He's apparently still waiting, 50 minutes later, for the transfer to do something, but my modem lights indicate no activity.

The file in question has exactly the same permissions and ownership as does the 21-MB file that downloaded successfully. I'm stymied to figure out what's causing the problem -- especially since I was able to "download" the file using my own copy of WS_FTP Pro (but the switch lights indicated that the action all took place on my LAN even though it used the external IP of my server).

The proftpd docs indicate that there's no default for "quotas" which can be set either "on" or "off." To me such a boolean switch MUST have a default. Could it be that quotas defaults to "on" despite the documentation and uses some unknown value between 21 and 39 MB? Any ideas will be welcomed...:confused:

lfslinux 01-21-2002 10:12 PM

Re: Strange ProFTPD Problem
 
Quote:

Originally posted by JimKyle
The file in question has exactly the same permissions and ownership as does the 21-MB file that downloaded successfully. I'm stymied to figure out what's causing the problem -- especially since I was able to "download" the file using my own copy of WS_FTP Pro (but the switch lights indicated that the action all took place on my LAN even though it used the external IP of my server).

The proftpd docs indicate that there's no default for "quotas" which can be set either "on" or "off." To me such a boolean switch MUST have a default. Could it be that quotas defaults to "on" despite the documentation and uses some unknown value between 21 and 39 MB? Any ideas will be welcomed...:confused:

I've been using proftpd for quite a while now and there are all kinds of files for download in different sizes, ranging from 1 KB to 78 MB or so.

I've never seen or heard of any download problems using every proftpd version they have released since last year. This could be a windows client problem (i've seen that happening quite often - windows having problems ftp'ing properly).

If you want I can try to download the file from your ftp server to see what's going on?


All times are GMT -5. The time now is 05:50 PM.