Easiest FTP library to upload an array as a file.

Can someone recommend an easy library to upload an array as a file to a FTP server?
Most of the libraries do expect a file in a filesystem.

I have only an array containing the data and would avoid to manage a file system just to upload.

Wifi is running and the connection is done.

Thank you