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
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