comparison: src/eric7/Utilities/FtpUtilities.py
src/eric7/Utilities/FtpUtilities.py
- branch
- eric7
- changeset 10692
- 9becf9ca115c
- parent 10439
- 21c28b0f9e41
- child 11090
- f5f5f5803935
equal
deleted
inserted
replaced
207 @return URL info object containing the valid data |
207 @return URL info object containing the valid data |
208 @rtype EricUrlInfo |
208 @rtype EricUrlInfo |
209 """ |
209 """ |
210 ( |
210 ( |
211 modeString, |
211 modeString, |
212 nlink, |
212 _nlink, |
213 user, |
213 user, |
214 group, |
214 group, |
215 size, |
215 size, |
216 month, |
216 month, |
217 day, |
217 day, |