FTP: Difference between revisions

238 bytes added ,  1 year ago
Line 613:
 
=={{header|FutureBasic}}==
FB for Mac easily interfaces with the terminal command line. NOTE: The curl command line tool used in this example offers upload and sending capabilities. It supports FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, POP3, IMAP, SMTP, RTMP and RTSP.
<lang futurebasic>
include "NSLog.incl"
Line 648:
</lang>
{{output}}
<pre style="font-size: 12px">
<pre>
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
715

edits