Re: default data type

2008-11-14 Thread Sai Pullabhotla
it a non-standard FTP server. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Fri, Nov 14, 2008 at 7:14 AM, Johannes Katelaan [EMAIL PROTECTED]wrote: Hi, when using the embedded ftpserver, is there a simple way to change the default data type from ASCII

Re: Outdated/Incorrect documentation on embedding FTP Server

2008-11-14 Thread Sai Pullabhotla
Niklas, Thanks for the info. I did not think that it is the newer documentation. Do you know when the M4 is coming out and if there is a web page that I can check for the new features in M4? Thanks. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Fri, Nov 14

Re: Question on Ftplets

2008-11-14 Thread Sai Pullabhotla
); System.out.println(File Size: + size); System.out.println(**); } }); I look forward to hearing from you with any ideas/comments. Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Fri, Nov 14, 2008

Dictating the order in which Ftplets are executed

2008-11-14 Thread Sai Pullabhotla
in the order they were inserted into the map, thus have a predictable order of execution instead of leaving it to the caller of the API. Looking forward for your feedback. Thanks. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com

Re: Patch for FTPSERVER-222

2008-11-20 Thread Sai Pullabhotla
in the beforeCommand also. Hope this makes sense. Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Thu, Nov 20, 2008 at 12:49 PM, Niklas Gustavsson [EMAIL PROTECTED] wrote: On Thu, Nov 20, 2008 at 6:18 PM, Sai Pullabhotla [EMAIL PROTECTED] wrote: Attached

Re: Patch for FTPSERVER-222

2008-11-20 Thread Sai Pullabhotla
beginCommand has finished). Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Thu, Nov 20, 2008 at 2:03 PM, Niklas Gustavsson [EMAIL PROTECTED] wrote: On Thu, Nov 20, 2008 at 8:26 PM, Sai Pullabhotla [EMAIL PROTECTED] wrote: I attached the patch as a file

Re: Active Data Connections cause a client lockup occasionally

2008-11-21 Thread Sai Pullabhotla
I could not reproduce this on XP, nor on my Vista 64bit using Java 1.6. I will test some more on XP, Vista and Linux early next week and post my findings. Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Fri, Nov 21, 2008 at 6:10 AM, David Latorre [EMAIL

Re: A few things to fix/discuss

2008-12-03 Thread Sai Pullabhotla
Niklas, I've opened Jira issues. Let me know if it is okay with you to fix some of the easier/obvious ones for M4. I can work on some/all of these fairly quick. Regatds, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Wed, Dec 3, 2008 at 1:52 PM, Niklas

SSL related commands need to be allowed before login

2008-12-11 Thread Sai Pullabhotla
before it issues the USER and PASS. What do you guys think? Thanks. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com

Re: SSL related commands need to be allowed before login

2008-12-11 Thread Sai Pullabhotla
. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Thu, Dec 11, 2008 at 3:22 PM, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Dec 11, 2008 at 4:34 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: I just got into testing the FTPS portion

SSL Configuration

2008-12-12 Thread Sai Pullabhotla
that went through in designing this way. Thanks. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com

Re: SSL Configuration

2008-12-12 Thread Sai Pullabhotla
connections. Can you? Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Fri, Dec 12, 2008 at 8:11 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Fri, Dec 12, 2008 at 2:58 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: Yes, I was programmatically setting

Re: Implicit SSL PROT level defaults to Clear

2008-12-17 Thread Sai Pullabhotla
There are cases where a client/server just want a secure channel on the control connection (encrypt user name and password), but not the data itself. I don't think it is a good idea to change the default, but it would be nice to add a new option to the dataConnection to force SSL. Sai Pullabhotla

Re: Implicit SSL PROT level defaults to Clear

2008-12-17 Thread Sai Pullabhotla
transfers very sensitive information to/from the server and he wants to secure the data transfers by using a client software that is capable of doing this. Let me know what you think. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Wed, Dec 17, 2008 at 2:19 PM, Kevin

Re: Downloaded Apache FtpServer 1.0.0-M4

2008-12-19 Thread Sai Pullabhotla
FTP Server, and this system does NOT have Java either. Is this correct? Please clarify. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Thu, Dec 18, 2008 at 8:28 AM, Pratapani, Durga durga.pratap...@bankofamerica.com wrote: Hi, I have downloaded Apache

Re: A couple of enhancements to consider adding

2009-01-03 Thread Sai Pullabhotla
wants to know the start time, end time or total time taken by a command. Also, as David suggested, I would also like to add a few methods to the FtpReply interface to indicate if the reply was positive, negative etc. Let me know what you think. Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax

Re: File not getting transferred .. please check the log

2009-01-08 Thread Sai Pullabhotla
to look into. Supplying a debug level log would definitely help. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Thu, Jan 8, 2009 at 6:16 AM, Pratapani, Durga durga.pratap...@bankofamerica.com wrote: Hi, Do you have any idea about the following issue. I have

Re: SSL setup problems...

2009-02-04 Thread Sai Pullabhotla
in SSL v3, if any. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Tue, Feb 3, 2009 at 10:43 AM, West, John C john.c.w...@citizensbank.comwrote: So everything is not fine after all. After dancing around a load of internal networking issues, I'm now getting

SSHD project status

2009-03-11 Thread Sai Pullabhotla
, -l })); It definitely looks like a *NIX specific. Is the SSHD designed for Windows as well? If so what is the equivalent for Windows? While quickly scanning through the code I did not see any support for SFTP. Is this correct? Thnaks and Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402

Re: Configuring server to use MySQL

2009-03-11 Thread Sai Pullabhotla
I wonder if you installed commons-pool which is required for the DBCP. Thanks. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Wed, Mar 11, 2009 at 3:48 PM, Steve Winter st...@bluecrocodile.co.nzwrote: Hi, I'm new to the list, and unfortunately new to Java

Re: Evocam upload problem

2009-05-12 Thread Sai Pullabhotla
it as a warning and continued on. Since it got stuck on the PASV, it probably has something to do with the network settings on your client's side, such as firewall does not allow connection on the received PASV port etc. Sai Pullabhotla www.jMethods.com On Mon, May 11, 2009 at 6:28 PM, Dan d

Re: (custom Ftplet) onConnect method problem

2009-05-13 Thread Sai Pullabhotla
This appears to be a bug in the FtpServer where it is ignoring the return value from the Ftplet(s). Can some one else confirm too? Sai Pullabhotla www.jMethods.com On Wed, May 13, 2009 at 9:27 AM, massimiliano basilica massimiliano.basil...@yahoo.it wrote: Hi I need some hint on using

Re: set idle timout?

2009-05-20 Thread Sai Pullabhotla
-establish a connection when they detect a connection failure. Please make sure that it is not the case with you. Sai Pullabhotla www.jMethods.com On Wed, May 20, 2009 at 6:59 AM, Johannes Katelaan j...@e-integration.dewrote: Hi, I embedded Apache FtpServer 1.0.1 into my application

Re: XFERLOG style transfer logging?

2009-08-28 Thread Sai Pullabhotla
cards). What do you guys think? Thanks. Sai Pullabhotla www.jMethods.com On Wed, Aug 26, 2009 at 5:57 AM, Fred Moorefred.moor...@gmail.com wrote: Would XFERLOG satisfy most users need? ...in my opinion it does, moreover we'd probably be better off picking a widely adopted format

Re: FtpServer hitting its limit?

2009-10-08 Thread Sai Pullabhotla
, Sai Pullabhotla www.jMethods.com On Thu, Oct 8, 2009 at 6:53 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Oct 8, 2009 at 1:46 PM,  a...@safe-mail.net wrote: Just googled it and it says: file server running Windows Server 2003 with 1 GB of RAM can efficiently support approximately

Re: FtpServer hitting its limit?

2009-10-08 Thread Sai Pullabhotla
the MINA team could shed more light on this. Do you think we should start a thread on the developers list? Sai Pullabhotla www.jMethods.com On Thu, Oct 8, 2009 at 8:05 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Oct 8, 2009 at 2:28 PM, Sai Pullabhotla sai.pullabho

Re: NAT support

2010-02-24 Thread Sai Pullabhotla
. http://mina.apache.org/ftpserver/listeners.html Hope this helps. Regards, Sai Pullabhotla On Tue, Feb 23, 2010 at 7:57 PM, DevNull 43 dev.null...@gmail.com wrote: I'm using FtpServer in a machine hosted under NAT. Connected to myhome.homeip.net. 220 Service ready for new user. Name

Re: Invoque a site command from FtpLet

2010-02-24 Thread Sai Pullabhotla
implementing this. The other options are - modifying/overriding the commands such as LIST and NLST to include what ever you want to add to the message. Hope this helps and makes sense. Regards, Sai Pullabhotla On Tue, Feb 23, 2010 at 7:32 PM, DevNull 43 dev.null...@gmail.com wrote: How about

Re: Invoque a site command from FtpLet

2010-02-26 Thread Sai Pullabhotla
that knows how to expand session variables. The new utility method would simply do something like this: return String.valueOf(session.getAttribute(bandwidthLimit)); I think something like this should do the trick. Regards, Sai Pullabhotla On Thu, Feb 25, 2010 at 6:01 PM, DevNull 43 dev.null

Re: Binding FTP data port

2010-03-12 Thread Sai Pullabhotla
some ports on the firewall. If the devices are all internal you need not do anything. Hope this helps. Regards, Sai Pullabhotla On Fri, Mar 12, 2010 at 7:22 AM, Aidan Diffey aidan.dif...@googlemail.com wrote: Thank you for the information. This means that I have to re-think as I require

Re: Binding FTP data port

2010-03-12 Thread Sai Pullabhotla
The last two numbers give the port information to the client so the client can connect back to the server for sending/receiving data. The actual port number is calculated using (256*n1) + n2. Of course, this is the standard syntax defined in the FTP protocol. Regards, Sai Pullabhotla On Fri

Re: Detecting interrupted upload

2010-03-19 Thread Sai Pullabhotla
, but will let some one else answer this. Regards, Sai Pullabhotla On Fri, Mar 19, 2010 at 8:36 AM, Sébastien Roy s...@okiok.com wrote: Thanks a lot for your suggestions. I'm taking good notes of what you are proposing. I don't have control on the FTP client side so it's hard for me

Re: remote user database

2010-03-23 Thread Sai Pullabhotla
Can you post the JDBC URL you are trying to connect to? Most probably the issue is with resolving host name of the Oracle server. If you used the host name on the JDBC URL, try switching it to the IP address of the system and see if you will have any better luck. Regards, Sai Pullabhotla

Re: FTPServer 1.0.4: suspect race condition during requestPassivePort() hanging FTP(S) server with one passive data connection port

2010-03-25 Thread Sai Pullabhotla
Just so we are all on the same page - Do you think the issue is with the LIST command, or the code that creates passive data connection? Could you briefly explain some of the issues that made you think it should be rewritten, so everyone gets a chance to evaluate? Thanks. Regards, Sai

Re: FTPServer 1.0.4: suspect race condition during requestPassivePort() hanging FTP(S) server with one passive data connection port

2010-03-25 Thread Sai Pullabhotla
to port 2000 almost at the same time. 7. How do we distinguish which data connection belongs to which control session? Would we possibly be sending/receiving incorrect data on session 1/2? I apologize if I'm missing something here, but please correct me if I'm wrong. Regards, Sai Pullabhotla

Re: FTPServer 1.0.4: suspect race condition during requestPassivePort() hanging FTP(S) server with one passive data connection port

2010-03-25 Thread Sai Pullabhotla
it? Regards, Sai Pullabhotla On Thu, Mar 25, 2010 at 8:37 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Mar 25, 2010 at 2:30 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: I've not looked at the patch that supports concurrent data connections on a single passive port, but I've

Re: FTPServer 1.0.4: suspect race condition during requestPassivePort() hanging FTP(S) server with one passive data connection port

2010-03-25 Thread Sai Pullabhotla
Not sure what you meant by - In that case, we would basically get what we would have in 1.0.x. 1.0.x never sends the same port number to two different clients, isn't it? Regards, Sai Pullabhotla On Thu, Mar 25, 2010 at 8:46 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Mar 25

Re: FTPServer 1.0.4: suspect race condition during requestPassivePort() hanging FTP(S) server with one passive data connection port

2010-03-25 Thread Sai Pullabhotla
source/client address. If it finds such a port, it would still work the old way. (3) If (1) and (2) fail to get a port number, a 4xx error is sent to the client (may be after a timeout?) Correct me if I'm still incorrect :). Regards, Sai Pullabhotla On Thu, Mar 25, 2010 at 9:13 AM, Niklas

Re: FTPServer 1.0.4: suspect race condition during requestPassivePort() hanging FTP(S) server with one passive data connection port

2010-03-25 Thread Sai Pullabhotla
transfers that you expect. Can you provide me some links to the FTP servers that support this, so I can play with those and see how they function under various circumstances? Regards, Sai Pullabhotla On Thu, Mar 25, 2010 at 9:37 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Mar 25

Re: FTPServer 1.0.4: suspect race condition during requestPassivePort() hanging FTP(S) server with one passive data connection port

2010-03-25 Thread Sai Pullabhotla
Hmmm, if that's the case, it should be a low priority task for sure. Regards, Sai Pullabhotla On Thu, Mar 25, 2010 at 2:06 PM, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Mar 25, 2010 at 7:42 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: I think so. Overall, the idea

Re: FTPServer 1.0.4: suspect race condition during requestPassivePort() hanging FTP(S) server with one passive data connection port

2010-03-26 Thread Sai Pullabhotla
. Regards, Sai Pullabhotla On Fri, Mar 26, 2010 at 7:11 AM, David Latorre dvl...@gmail.com wrote: 2010/3/26 Niklas Gustavsson nik...@protocol7.com: On Fri, Mar 26, 2010 at 9:50 AM, Fred Moore fred.moor...@gmail.com wrote: 1\ Priority of passive port sharing ehnancement: Niklas survey shows

Re: Unable to install ftpserver as a Windows Service

2010-04-16 Thread Sai Pullabhotla
There should be a log file in the $install_dir/res/log folder. The file is named jakarta_service_$date.log. Please look into this and see if it tells you what the problem is. Regards, Sai Pullabhotla On Thu, Apr 15, 2010 at 1:22 PM, Rusty Weaver ru...@rsaok.com wrote: When I attempt to set

Re: Getting Host IP address from Ftplet

2010-06-03 Thread Sai Pullabhotla
First of all, FTP server will not bind on all available IP addresses all the time. It does so if you omit the local address on the listener. You can set the server to listen on what ever IP address you want it to listen on, and add a listener for each IP and port combination. Please take a look at

Re: List command return null or empty list

2010-06-29 Thread Sai Pullabhotla
The reason is - Apache FTP server always returns the directory listing in UNIX style, irrespective of the operating system it is running on. 2010/6/29 Volkan İSTEK volkan.is...@provus.com.tr: Hi every body, We have to use two type FTP server (new one is apache FTP sever) on same windows

Re: Setting up Apache FTP Server on DMZ Server and Internal Application Server

2010-12-01 Thread Sai Pullabhotla
I would recommend checking out this commercial product called GoAnywhere Gateway (http://www.goanywheremft.com/products/gateway), which sits in the DMZ and interfaces with various services in the private network. On Tue, Nov 30, 2010 at 2:34 PM, brad_qu...@denso-diam.com wrote: Niklas,

Re: Apache FTP Server- Virtual File system Implementation

2011-01-30 Thread Sai Pullabhotla
As far as the FTP server (any FTP server) is concerned, they do not even see the local file name parameter. The FTP clients use it to save the retrieved contents. So, from a command prompt, if you do get file1.txt myfile1.txt, the FTP client sends RETR file1.txt to the FTP server. When you type

Re: Is there a way to access the FtpSession.lastReply in the handleOnClose() call?

2011-03-01 Thread Sai Pullabhotla
if that's the case. On Tue, Mar 1, 2011 at 11:04 AM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: I do see that there is a getLastReply method in the FtpIoSession class. Not sure if it exists only on trunk or 1.0.x branch. Also, the code in trunk has a lot of enhancements - such as more

Re: Is there a way to access the FtpSession.lastReply in the handleOnClose() call?

2011-03-01 Thread Sai Pullabhotla
, 2011 at 2:02 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: Assuming you are playing with the code in the trunk, all you have to do is check if the FtpReply is a positive reply by calling FtpReply.isPositive. If this method returns true, it is a successful upload, otherwise

Re: FTPlet entrySet: Sort order for multiple active FTPlets?

2011-03-18 Thread Sai Pullabhotla
Well... there was a open case about this, which is now closed... https://issues.apache.org/jira/browse/FTPSERVER-223 Are you sure this is still an issue? On Fri, Mar 18, 2011 at 7:46 AM, Christian Gosch christian.go...@inovex.de wrote: Hi, I just looked at the implementation of

Re: java.net.ConnectException: Connection refused

2011-04-06 Thread Sai Pullabhotla
You should be able to see the logs from your FTP client and see what the client is sending with the PORT command. If the client's log shows a valid address, the the firewalls are messing it up. If the client itself is showing 0.0.0.0, the you have issues with the client software or the TCP setup

Re: Performing Certificate-only authentication with FTP/S server

2011-04-06 Thread Sai Pullabhotla
of a spec. /niklas On Tue, Apr 5, 2011 at 11:27 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: Dear Developers, I'm trying to make the FTPS authentication work without requiring a password from the FTP clients. I was hoping to get the authentication done with just user name and a client

Re: How to close a client connection ?

2011-04-06 Thread Sai Pullabhotla
I think the OP wants to have a way to kill any active sessions in the FTP server. I'm assuming he would have a GUI where he can see the active sessions, and select one or more sessions and disconnect them. Is this what you want Frank? On Wed, Apr 6, 2011 at 11:52 AM, Niklas Gustavsson

Supporting CCC (Clear Command Channel) command

2011-04-19 Thread Sai Pullabhotla
the TLS does? I appreciate any feedback, pointers on how to get this to work. Thanks. Sai Pullabhotla

Re: Performing Certificate-only authentication with FTP/S server

2011-04-19 Thread Sai Pullabhotla
). The server would indicate this by issuing a '232' reply to the USER command instead of the '331', which requests a PASS from the client (see below). So, it looks like we now do have a standard. Sai Pullabhotla On Wed, Apr 6, 2011 at 4:14 PM, Niklas Gustavsson nik...@protocol7.com wrote

Re: Supporting CCC (Clear Command Channel) command

2011-04-20 Thread Sai Pullabhotla
You are right, I guess I missed the other arrow when I was looking at it. Sai Pullabhotla On Tue, Apr 19, 2011 at 7:57 PM, sebb seb...@gmail.com wrote: On 19 April 2011 17:35, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: Looking at the sequence diagrams in the RFC 4217, the server

Re: Supporting CCC (Clear Command Channel) command

2011-04-20 Thread Sai Pullabhotla
implementation accordingly. When I tried closing the TLS from both ends, I could not get it to work consistently with Commons-Net. It worked some times and did not the other times. I will try it again and let you know what I find. Sai Pullabhotla On Tue, Apr 19, 2011 at 9:31 PM, sebb seb...@gmail.com

Re: windows service ftpd.exe

2011-08-26 Thread Sai Pullabhotla
Looks like a class path issue to me. Where did you update the classpath to include the Jar file for the SQL Server driver? Sai Pullabhotla On Fri, Aug 26, 2011 at 5:54 AM, Ian Goodacre ian.gooda...@xtra.co.nzwrote: Hi all, Can anyone point me to the source for ftpd.exe? I have configured

Re: windows service ftpd.exe

2011-08-26 Thread Sai Pullabhotla
, posting the log file (in debug mode) with complete stacktrace might help. Sai Pullabhotla On Fri, Aug 26, 2011 at 5:46 PM, Ian Goodacre ian.gooda...@xtra.co.nzwrote: Hi Sai, I too have been thinking of class and library path. I didn't change either: I added the SQL Server driver jar

Re: Connection failures Upgrading from 1.04 to 1.06

2011-09-02 Thread Sai Pullabhotla
Did you also copy the keystore file to the new install? Could you try running the new install in debug mode and post the logs? Also helps to see all the information that is available from CuteFTP. Thanks. Sai Pullabhotla On Fri, Sep 2, 2011 at 9:53 AM, Gerry Matte ge...@gerrymatte.ca wrote

Re: Extracting the ftp host name from the incoming connection

2011-09-21 Thread Sai Pullabhotla
to) or if you have multiple network cards, map each host name to its own IP address for each network card. Hope this helps. Sai Pullabhotla On Wed, Sep 21, 2011 at 12:48 PM, Sachin Shetty sshe...@egnyte.com wrote: Hi, In our setup will be having multiple DNS names resolve to the same IP

Re: trying to log into my pc's ftpserver using ip from www.myipaddress.com

2011-09-21 Thread Sai Pullabhotla
in both cases and see if that gives a better result? Sai Pullabhotla On Wed, Sep 21, 2011 at 12:17 PM, Zubair Ahmed zubairahmed_...@yahoo.comwrote: Hi I am finally successful in running the embedded server example and adding new users :) , now when I access the server using ftp://127.0.0.1

Re: Limiting no of data connections per control connection

2011-11-08 Thread Sai Pullabhotla
a possibility. /niklas -- Sai Pullabhotla

Re: problem with symlink

2012-12-06 Thread Sai Pullabhotla
Your best bet is to implement the FileSystemView or extend the NativeFileSystem and override the listFiles method to omit symlinks. For Java 1.6 and earlier versions, below is a link to figure out if a file is a symlink. Not sure if it works on all OSes, but should work on *NIX systems. If using

Re: Upload hangs using FTPS

2013-01-29 Thread Sai Pullabhotla
Can you please answer the questions below so we all have a better understanding of what's going on? 1. Are downloads working fine for you? 2. Is directory listing working fine for you? Normally FileZilla does a LIST or MLSD command to list the directory contents soon after login, but I do not see

Re: Upload hangs using FTPS

2013-01-30 Thread Sai Pullabhotla
upload almost 0.5 MB) but again it stalls and never goes beyond that. Thanks. again, thanks for all your help. - Original Message - From: Sai Pullabhotla sai.pullabho...@jmethods.com To: ftpserver-users@mina.apache.org Cc: rdp...@gmail.com Sent: Tuesday, January 29, 2013 6:00:41