Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with sftp

Status
Not open for further replies.

sql99

Programmer
Nov 12, 2003
83
US
Hello everyone,

Sorry but this is a newbie question. I have several .java class files that currently use ftp in them. For example a few lines in the code are:

ftpConnect(server)
ftpLogin
ftpSEtDir(Dir)

I am required to change the class file to use "sftp". Would that mean simply changing everything from ftp to sftp or are there more involved?

Thanks in advance for your help,
sql99
 
It's a java question, not a Sun Solaris question. Try the Java forum or search the Java API docs.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top