summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/ftp.rb
Commit message (Expand)AuthorAgeFilesLines
* - Restore previous behavior where we use the user/pass from the URI, if present.nls/proxy-cleanupChris Doherty2016-03-171-1/+1
* Make handling of proxies more consistentNathan L Smith2016-03-171-12/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-10/+10
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* Handle nil tempfile, ftp, http casesadamedx2013-10-171-0/+1
* Remove unused class RemoteFile::Result.sersut2013-06-031-4/+1
* remove unused remote file util classdanielsdeleo2013-05-311-1/+0
* remove conditional get from FTPdanielsdeleo2013-05-241-22/+19
* remove obsolete conditional fetch codedanielsdeleo2013-05-241-6/+10
* use method delegation to expose testable behaviordanielsdeleo2013-05-241-25/+69
* remove unused indirection for ftp proxy configdanielsdeleo2013-05-231-5/+5
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-161-2/+2
* tempfiles: moar composition and binmode for windowsLamont Granquist2013-04-081-4/+3
* make existing specs work for ftp_specLamont Granquist2013-04-021-0/+2
* bugfixinLamont Granquist2013-03-261-4/+5
* extra more password stuff to util, fix for ftp to use utilLamont Granquist2013-03-261-1/+2
* peel some resposibilities out of the content objectLamont Granquist2013-03-261-35/+44
* set binmode for tempfiles on windowsJesse Campbell2013-03-011-0/+3
* move proxy config to ftpJesse Campbell2013-03-011-4/+19
* Merge branch 'master' into rest_clientJesse Campbell2013-03-011-1/+1
|\
| * CHEF-1031: Switch to URI#host for 1.8 compatBryan McLellan2013-02-271-1/+1
| * some cleanup utilizing the refactored RemoteFile::FTPJesse Campbell2013-02-261-15/+17
| * incorrect refs to inaccessible 'uri'Jesse Campbell2013-02-261-2/+2
| * move dir parsing out of ftp.initialize, don't overwriteJesse Campbell2013-02-261-11/+16
| * always re-raise on argument exception, refactor into smaller methodsJesse Campbell2013-02-261-25/+36
| * add new testsJesse Campbell2013-02-261-56/+50
| * Fix remote_file namespacingJesse Campbell2013-02-261-1/+2
| * pull ftp functionality out of remote_file.rb, move to remote_file/ftp.rbJesse Campbell2013-02-261-0/+82
* strip target_matched, use tempfile=nil insteadJesse Campbell2013-03-011-3/+1
* minor bugsJesse Campbell2013-02-281-1/+1
* break up into separate classes for each supported schemeJesse Campbell2013-02-281-13/+7
* support etags and last modified times for remote_fileJesse Campbell2013-02-261-15/+40
* some cleanup utilizing the refactored RemoteFile::FTPJesse Campbell2013-02-181-15/+17
* incorrect refs to inaccessible 'uri'Jesse Campbell2013-02-131-2/+2
* move dir parsing out of ftp.initialize, don't overwriteJesse Campbell2013-02-131-11/+16
* always re-raise on argument exception, refactor into smaller methodsJesse Campbell2013-02-111-25/+36
* add new testsJesse Campbell2013-02-051-56/+50
* Fix remote_file namespacingJesse Campbell2013-02-051-1/+2
* pull ftp functionality out of remote_file.rb, move to remote_file/ftp.rbJesse Campbell2013-02-051-0/+82