Results 1 to 2 of 2
i get this when uploading or dowloading files:
Code:
425 Use PORT or PASV first.
Can anyone help me?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-01-2005 #1Just Joined!
- Join Date
- Dec 2004
- Location
- In a shop
- Posts
- 8
vsFTPd server:425 Use PORT or PASV first.
i get this when uploading or dowloading files:
Can anyone help me?Code:425 Use PORT or PASV first.
- 12-05-2005 #2Just Joined!
- Join Date
- Dec 2005
- Location
- Adelaide, South Australia
- Posts
- 1
PASV vs PORT
The FTP server wants to know whether to use a port-mode channel or passive-mode data channel. Most clients will set this up for you transparently (and generally choose passive 'cos it's newer and better). To send a command to the server you use the 'quote' command. Hence if you type:
quote PASV
then it should all work nicely. As an aside, if you type 'remotehelp' then it should show you all the commands that the server can receive - all these can be used with the 'quote' command.


Reply With Quote
