heijingjie / swiftp

Automatically exported from code.google.com/p/swiftp
GNU General Public License v3.0
0 stars 0 forks source link

Service stops when uploading files without writing permissions #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem? Please include as much detail as
possible.
1.login in the server
2.upload a file (without changing remote dir from '/')
3.Error message:
  ftp> mput top*
  mput top gun.avi? y
  200 PORT OK
  451 Couldn't open file "top gun.avi" aka "/top gun.avi" for writing
  ftp> pwd
  Connection closed by remote host.
  ftp> open 192.168.1.71 2121
  > ftp: connect :Connection refused

What is the expected behavior? What do you see instead?
Expected: Error message. Seen: crash of the server on the phone

What version of SwiFTP are you using?
1.24

What operating system are you using?
Vista

Which FTP client are you using?
Windows ftp cli 

Which Android device and version do you have (Nexus, Droid, Hero, G1,
etc.)?
Droid, 2.1

May we contact you by email to ask questions? If so, what is your email
address?
ntropia[at]gmail.com

Please provide any additional information below. The more details, the
better.
The file to be transferred is a ~700Mb.

Original issue reported on code.google.com by ntro...@gmail.com on 11 Jul 2010 at 6:58