http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736
--- Comment #36 from Zeno Tajoli <[email protected]> --- I found problems on sending order, routine SendEDIOrder in C4/EDI.pm I receive the error: Could not transfer the file /home/test7736/kohaclone/misc/edi_files/ediorder_1.CEP to 166.78.149.34: The problem is in the lines 594-596 if ( !$newerr ) { $newerr = 0; $ftp->put("${edi_files}ediorder_$basketno.CEP") or $newerr = 1; The file ediorder_1.CEP is present in the dir /home/test7736/kohaclone/misc/edi_files With a normal ftp client I don't have problems to upload files in the site 166.78.149.34. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
