DidiSoft OraSFTP prior to version 1.2.6 were limited to either absolute paths or paths relative from the current user remote home directory.
As of version 1.2.6 the current remote folder can be changed this way allowing for easy traversing and manipulation of complex remote folder structures.
The new methods that support this functionality are:
ORA_SFTP.CURRENT_DIRECTORY – retrieves the absolute path of the current remote folder
ORA_SFTP.PWD – alias of ORA_SFTP.CURRENT_DIRECTORY
ORA_SFTP.CD – changes the current remote folder
ORA_SFTP.CD_UP – changes the current remote folder one level up
You can see example usage at: