 |
| Author |
Message |
|
|
Posted: Jul 09, 2007 - 10:24 AM |
|


Joined: Jul 03, 2007
Posts: 238
|
|
Hi,
when I am trying to upload an application,
the AVR32 Studio complains about the
passive mode...
"502 Please use PASV/EPSV instead ("passive on")"
How can I solve this?
cheers,
pete |
_________________ Women weaken legs...
|
| |
|
|
|
|
|
Posted: Jul 09, 2007 - 10:54 AM |
|


Joined: Sep 14, 2003
Posts: 4228
Location: Queanbeyan, Australia
|
|
That's an ftp error, not jtag
Either you can set up your target to use jtagice if that's really what you want, or else I don't know exactly how to change the ftp mode to passive but I know lots of other people have posted that problem on this forum so a bit of google with site:avrfreaks.net might turn something up.
-S. |
|
|
| |
|
|
|
|
|
Posted: Jul 09, 2007 - 02:59 PM |
|


Joined: Aug 07, 2006
Posts: 300
Location: Trondheim, Norway
|
|
Which version of Windows are you using? This problem has only encountered on some Windows installations.
My guess is that use of port 20 is not allowed by the firewall. Could you disable the Windows firewall and try again?
To elaborate: PORT (standard) mode requires ports 20 and 21, while PASV mode reguires port 20 and another between 1024 and 5000 (i think). I believe the server asks to enable PASV mode because port 20 is not available. |
|
|
| |
|
|
|
|
|
|
|