Changes between Version 15 and Version 16 of FAQ/downloadftp
- Timestamp:
- Nov 16, 2015, 10:54:40 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/downloadftp
v15 v16 44 44 45 45 * When you close Cyberduck there will be a message about donating. Although Cyberduck is open source (GPLv2) software the author encourages donations to support development. Donating is optional and there are no limitations on software usage if you don't donate. 46 46 47 === Problems with Proxies === 48 49 If your institute uses a proxy server this might cause problems downloading data, you can try bypassing this by selecting Edit -> Preferences, choosing 'Connection' and unticking 'Use system proxy settings'. If you are still having problems try contacting your network administer. 50 51 52 47 53 == Using lftp (Linux) == 48 54 … … 65 71 }}} 66 72 67 * Once the download has finished type '`exit`' to exit. 73 * Once the download has finished type '`exit`' to exit. 74 75 * If you have problems with accessing due to proxies unset the environmental variable for the proxy server with `unset ftp_proxy` and try accessing again.