cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
830
Views
0
Helpful
6
Replies

FTP Fails

vatsey.sharad
Level 1
Level 1

Hi,

This is one of the interesting issue which i am facing. Whenever my client tries to send a file less than 1kb, the file is transmitted successfully over ftp, but for files greater than 1kb, the files are not being transferred, instead a 0 kb file is created on the destination server.

1. Link utilization is fine

2. No crc's etc on the link.

3. server settings are perfect.

4. MTU settings default to 1500 for the WAN link.

Kindly advise.

6 Replies 6

lgijssel
Level 9
Level 9

This can hardly be anything but MTU related.

Try what happens when you use the command " ip tcp adjust-mss 1300" on the LAN interface of your Internet router.

regards,

Leo

Well nothing seems to change, even after implementing "ip tcp adjust-mss 1300" ftp for large files is still failing.

Two other things to check:

-Any Policies or route maps there that might be messing with the df-bit?

-Any restrictions (for the user) about the file size on the server?

Are you able to upload files locally?

regards,

Leo

Hi,

Are you certain that its not related to the hosts i.e. Server and Client.

Interesting issue, please keep us posted about the matter.

Regards

Wilson Samuel

stephen.stack
Level 4
Level 4

Hi,

Just jumping in and taking a guess here. My previous experience of FTP not working are related to MTU and MSS settings on both internal and external Ports. Are you using DSL as you WAN connection. If so then please apply the following.

Interface fa0/0

description ***INTERNAL INTERFACE***

ip address 192.168.0.254 255.255.255.0

ip tcp adjust-mss 1452

no shut

!

interface fa0/1

description ***EXTERNAL INTERFACE***

ip address 5.5.5.5 255.255.255.192

ip mtu 1492

no shut

If this does not work, then let us know how your router is configured and what type of wan links are being used.

HTH, Please rate if it does.

Regards

Stephen

========================== http://www.rconfig.com A free, open source network device configuration management tool, customizable to your needs! - Always vote on an answer if you found it helpful

Danilo Dy
VIP Alumni
VIP Alumni

Hi,

Can you tell us more on the following?

- FTP Client apps and version

- FTP Server apps and version

- FTP Server OS and version

Also check the FTP server settings and the destination folder settings.

Regards,

Dandy

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card