in reply to Re^4: Using Perl FTP to write a string variable as a file
in thread Using Perl FTP to write a string variable as a file

Dear poj,

many thanks, this works in my test script now. will try to move this to my live script.

Thanks again and best regards, Thomas

PS: I guess a :

binmode( $FH );

... after open will be processed correctly