apportate/TODO
2022-11-24 04:18:05 -04:00

11 lines
279 B
Plaintext

>put file on disk
>get file from remote host
>send properly-formed request to host
>establish TLS connection (if necessary)
>connect the socket
>generate appropriate sockaddr_in structure
>call getaddrinfo
>initialize hints structures
>create socket
>create fd
>parse URI [done]