View | Details | Raw Unified | Return to bug 18688
Collapse All | Expand All

(-)ftp.c (+5 lines)
Lines 303-308 Link Here
303
	if (e != FTP_OK)
303
	if (e != FTP_OK)
304
	    goto ouch;
304
	    goto ouch;
305
305
306
	/* seek to required offset */
307
	if (offset)
308
	    if (_ftp_cmd(cd, "REST %lu", (u_long)offset) != FTP_FILE_OK)
309
		goto sysouch;
310
306
	/* make the server initiate the transfer */
311
	/* make the server initiate the transfer */
307
	if (verbose)
312
	if (verbose)
308
	    _fetch_info("initiating transfer");
313
	    _fetch_info("initiating transfer");

Return to bug 18688