windows::Win32::Networking::WinInet

Function FtpPutFileA

pub unsafe fn FtpPutFileA<P1, P2>(
    hconnect: *const c_void,
    lpszlocalfile: P1,
    lpsznewremotefile: P2,
    dwflags: FTP_FLAGS,
    dwcontext: Option<usize>,
) -> Result<()>
where P1: Param<PCSTR>, P2: Param<PCSTR>,