Hello, I am FTPing a file and when it gets to it's destination it cuts off at the 80th position. I need for the file to have a record length of 94, how can I change the file lenght in my perl script? I only need to change the record length for this one file, so I don't want to change any perl defaults already set up on the system.
I am new to perl, and I'm not sure if this information is helpful but, I have perl v5.8.2. My script is using the Net::FTP module.
Thank you for any help you can provide!
- TC