Bug 42223

Summary: Add ability to upload files via FTP
Product: JMeter - Now in Github Reporter: Scott Cederberg <cederber>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 2.2   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Scott Cederberg 2007-04-24 11:50:55 UTC
Currently, only FTP download is supported by the FTP Sampler.  It would be
useful to have FTP upload as well.

I'm actually part way through the implementation of this.  I'm doing the work on
company time, but if I can get my employer's approval and work the bugs out,
I'll submit a patch.
Comment 1 Sebb 2007-04-26 15:45:21 UTC
Looks like there are problems with the FTP download hanging. 

This may be tedious to fix, so I'm thinking that the simplest solution would 
be to use an existing library such as the Jakarta Commons Net library. This 
includes an FTP client.

Using this should make the addition of FTP upload much simpler too.
Comment 2 Sebb 2007-04-28 03:37:45 UTC
Fixed in SVN in r533328
Comment 3 The ASF infrastructure team 2022-09-24 20:37:39 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1922