in reply to Re: File Open Error = 13? (remote)
in thread File Open Error = 13?

Thanks tye, I used $ftp->code() and get a 553 error which means the file name is not allowed. The file name is "ALL2EXT". It does not have an extension, but I don't think perl cares, and I don't see anything wrong with the file name.

Replies are listed 'Best First'.
Re^3: File Open Error = 13? (remote)
by tye (Sage) on Oct 29, 2009 at 17:56 UTC

    I don't see how "$director­y.thedir" could expand to "ALL2EXT". In your example, it would expand to "the directory.thedir", which certainly might not be "allowed". You might want to dump the filename to make sure it is really what you think it is.

    - tye