Posted in Command Line, Linux FTP Using Curl Binny V A January 30, 2009 Leave a Comment on FTP Using Curl Copy a file to a remote system using FTP with the Curl command… curl -T filename.txt -u username:password ftp://example.cot/filename.txt Original Article Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.