apportate/TODO

11 lines
279 B
Plaintext
Raw Normal View History

2022-11-24 08:18:05 +00:00
>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]