i have arduino Uno, and an ethernet shield, and i want to use it to create text file, containing one line only (generated by arduino) and then send this file to an FTP server.
here are the steps
i want so write a line, containing random variable generated by the arduino.
then i want to create txt file with this line, after that i want to save the file in a specific name, after that i need to upload it to a FTP server.