I can be so forgetful sometimes! I've just changed *SFTP* -> *Sftp* and *FTP* to *Ftp*. Looks *much* better now and feels more like the Spring I know and love.

This commit is contained in:
Josh Long
2010-08-18 06:58:02 +00:00
parent 4f4c25a8dd
commit 78c28d5b0f

View File

@@ -25,7 +25,7 @@ import org.apache.commons.lang.StringUtils;
import java.io.InputStream;
/**
/** c
* There are many ways to create a {@link SftpSession} just as there are many ways to SSH into a remote system.
* You may use a username and password, you may use a username and private key, you may use a username and a private key with a password, etc.
*