Tagged Questions
The passive-mode tag has no wiki summary.
2
votes
1answer
86 views
Custom FTP client PASV data connection refused
Going to try and be brief
I've written a custom FTP implementation using c# .net 3.5. The system uses TcpClient (TcpListener for active mode) for managing connections. Been getting strange behavior ...
2
votes
3answers
999 views
LuaSocket FTP always times out
I've had success with LuaSocket's TCP facility, but I'm having trouble with its FTP module. I always get a timeout when trying to retrieve a (small) file. I can download the file just fine using ...
1
vote
2answers
207 views
c# app FTP error : “227 Entering Passive Mode”
I can't figure this problem out I'm having at a client's site.
The client has two sites and both run the same version of my app.
At one site there are no problems but at the other I started to ...
1
vote
1answer
1k views
PassivePortRange problem in IIS6 (FTP)
I'm trying to specify the passive port range for an ftp server running on IIS6 in Windows Server 2003.
I've used:
adsutil.vbs set /MSFTPSVC/PassivePortRange "5500-5600"
I've checked in the metabas ...
0
votes
0answers
25 views
syntax and semantics of some simple FTP response codes
I'm trying to learn the FTP protocol however I need some help understanding with understanding the command codes below.
When the client is connected to Server and wants to enter passive mode, as I ...
0
votes
0answers
34 views
Scripting for 'passive mode' or 'screen saver mode'
Many games separate the level design and story line design from development by attaching scripts to objects within the game world. I am looking to do something similar, albeit not in a game, to ...
0
votes
1answer
92 views
Simple FTP client in Java can send the “list” command just once in passive mode
I still have some problems regarding the FTP session between my simple FTP client written in Java and a proFTP server.
I have connected to the server using passive mode.
When I send the list ...
0
votes
2answers
141 views
Is it possible to use “Passive Mode” with FtpWebRequest
We have a process in place to upload a file nightly to a partner FTP site. They now require a passive connection and our uploads now fail. Is it possible for the .NET 4 FtpWebRequest to implement a ...
-1
votes
2answers
283 views
How can I enable passive mode while use jsch as sftp client?
I'm using jsch as sftp client and now I need to enable PASSIVE mode because of some limitation of security.
But I can not found a way to enable PASSIVE mode.
Can somebody tell me how to do this?