aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/ftp
AgeCommit message (Expand)Author
2016-10-21Change two calls to file_close/1 to allow {error,einval}Kostis Sagonas
2016-10-19Eliminate unmatched return dialyzer warningsKostis Sagonas
2016-10-19Declare types and specsKostis Sagonas
2016-10-19Code cleanupsKostis Sagonas
2016-10-19Eliminate dialyzer warning about unreachable clauseKostis Sagonas
2016-10-18Merge branch 'hans/inets/ftp_multiline_resp/PR-1196/OTP-13960' into maintHans Nilsson
2016-10-14ftp: New DBG alternative: ct:palHans Nilsson
2016-10-14ftp: added forgotten inet:setopts active onceHans Nilsson
2016-10-14ftp: socket wrapper changed suddenly and erroneouslyHans Nilsson
2016-10-06Fix inets ftp bug related to multiple lines respJohan Sommerfeld
2016-06-29inets: unused var in ftp.erl anonymizedHans Nilsson
2016-06-29inets: ftp debug printout removedHans Nilsson
2016-06-03ftp: fix error code errors incl extend test suitesHans Nilsson
2016-06-02ftp: close lsock without crashHans Nilsson
2016-05-18[inets] Remove usage of erlang:now()Lars Thorsen
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-24inets: Add new module inets_time_compat with new time APIErland Schönbeck
2015-03-20inets: Cleanup of multiple copies of functionsErland Schönbeck
2015-03-20inets: Update commentsErland Schönbeck
2015-03-20Suppress deprecated warning on erlang:now/0Erland Schönbeck
2015-03-20Use new time API and be back-compatible in inetsErland Schönbeck
2014-10-15INETS FTP: EPSV and EPRT for IPv4 addedVladimir Shmalko
2014-02-24Merge branch 'sgolovan/check_if_ftp_path_is_sane/OTP-11750'Henrik Nord
2014-02-09lib/inets/src/ftp/ftp.erl: Check the filenames, usernames, passwords etc.Sergei Golovan
2013-12-03ftp: fix sockname dialyzer warning including ftp:sockname/1 bugHans Nilsson
2013-11-19ftp: small fixesHans Nilsson
2013-11-19ftp: Add timeouts to ssl:connectHans Nilsson
2013-11-19ftps: workingHans Nilsson
2013-11-19.Hans Nilsson
2013-11-19added some printoutsHans Nilsson
2013-11-19ftp: towards a working ftps, chapter 1Hans Nilsson
2013-11-19ftp: Implement ftps (upgrade to TLS)Ingela Anderton Andin
2013-07-11Add missing brackets to report formatting on ftp_progress process exitArtur Wilniewczyc
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2012-10-11Handle correctly the "No files found or file unavailable" error code.serge
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-01-20[inets] Merged from R14B and also fixed appupMicael Karlberg
2011-12-20[ftp] Fails to open IPv6 connectionMicael Karlberg
2011-09-19[ftpc] Add a config option to specify a data connect timeout.Micael Karlberg
2011-05-27OTP-9342: FTP client doesn't work with IPv6Micael Karlberg
2011-03-09Added (type) specs for all "public" functions in the ftp module.Micael Karlberg
2010-06-07OTP-7907: Allow the use of the "new" ssl (essl).Micael Karlberg
2010-01-13OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, OTP-8349,Micael Karlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP