Changeset 114
- Timestamp:
- 2002-03-30 15:11:29 (7 years ago)
- Files:
-
- trunk/_test_ftputil.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/_test_ftputil.py
r113 r114 30 30 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 31 32 # $Id: _test_ftputil.py,v 1.2 8 2002/03/30 15:10:27schwa Exp $32 # $Id: _test_ftputil.py,v 1.29 2002/03/30 15:11:29 schwa Exp $ 33 33 34 34 import unittest … … 165 165 # host.remove(path2) 166 166 # 167 # def write_test_data(self, data, mode):168 # """Write test data to the remote host."""169 # output = self.host.file(self.remote_name, mode)170 # output.write(data)171 # output.close()172 #173 167 # def binary_write(self): 174 168 # """Write binary data to the host and read it back."""
