| Modifier and Type | Method and Description |
|---|---|
FtpFile |
FileActionFtpReply.getFile()
Returns the file (or directory) on which the action was taken
(e.g. uploaded, created, listed)
|
FtpFile |
FileSystemView.getFile(String file)
Get file object.
|
FtpFile |
RenameFtpReply.getFrom()
Returns the file before the rename.
|
FtpFile |
FileSystemView.getHomeDirectory()
Get the user home directory.
|
FtpFile |
FtpSession.getRenameFrom()
Get rename from file object.
|
FtpFile |
RenameFtpReply.getTo()
Returns the file after the rename.
|
FtpFile |
FileSystemView.getWorkingDirectory()
Get user current directory.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends FtpFile> |
FtpFile.listFiles()
List file objects.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FtpFile.move(FtpFile destination)
Move file.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.