Any perl programmers?

Ask the few things google does not know

Moderator: Dictators in Training

Post Reply
User avatar
Gidan
Admin Abuse Squad
Admin Abuse Squad
Posts: 2892
Joined: Tue Jan 04, 2005 11:01 am

Any perl programmers?

Post by Gidan »

Haveing an issue with one of my scripts. When I try to use perl to upload files via FTP, they are always a different size on the other end. It really starting to piss me off. I have actually been driven to the point where my perl script is calling a php script to do the uploads. Obviously this isn't what I want to do.

Anyone else have this problem and know a good way to fix it? I have tried forcing passive as well as trying to send in both Binary and ASCII. All had the exact same result. PHP will upload just fine though.
For to win one hundred victories in one hundred battles is not the acme of skill. To subdue the enemy without fighting is the acme of skill.
Tikker
NT Legend
NT Legend
Posts: 14294
Joined: Tue Mar 09, 2004 5:22 pm

Post by Tikker »

that's bizarre

have you tried tftp instead? it's more suited to doing what you're attempting imo
Post Reply