DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2004
    Posts
    4

    Question Java Applet - FTP functionality

    Hi - I don't know Java at all but believe that its use may solve my problem. Any help would be appreciated.

    Currently I have a web application written in Classic ASP running on a W2K server. At a certain stage in this app I activate FTP to send a file from the remote web server to a server here at the office. To activate the FTP functioality I use Windows Scripting.

    This application now has to ported to a Linux box and to this end I am using Sun ONE ASP. However this does not support Windows Scripting and I need to find a different way to activate the FTP functionality. Sun ONE ASP will support Java Applets and it may be possible to use Java to handle the FTP for me.

    I am looking for a Java Applet which will allow me to pass it the userid/password and URL for the FTP connection and the data/file to FTP across.

    If not the complete applet then some help in creating one would be a great help. I would of course need to learn Java to be able to do this.

    JEG

  2. #2
    Join Date
    Mar 2003
    Posts
    834
    It's not really an applet thing - I'd use a servlet. How do you want to invoke FTP? Custom libraries?
    ArchAngel.
    O:-)

  3. #3
    Join Date
    Aug 2004
    Posts
    4
    Thanx for the reply ArchAngel.

    I really don't know Java at all - so I need to take your advice. I need to call the 'thing' from ASP code running under Sun ONE ASP on Red Hat Linux - and do the FTPing of the data/file transparently to the web site user.

    There are reasons for not using SMTP.

  4. #4
    Join Date
    Mar 2003
    Posts
    834
    There are lots of open-source Java libraries for doing that. Just Google it.

    Oh, and I think you're going to have to learn Java...:-D
    ArchAngel.
    O:-)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links