ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Missing any feature or command? Post your ideas here. Suggestions are welcome.
I would find two additions useful:

1. subroutine calls, so you would have to add the call mechanism and a
return statement
2. a properties function that returned an array:
For files it would return: type(FILE), FQN, RN, extension, size,
created, last changed
For Directories it would return; type(DIRECTORY), FQN, RN,
extension, size, # files, # folders
Hello,

Thanks for the feedback. Subroutines is something the users have been requesting for a long time. I think it's a very good idea but I want to keep the ScriptFTP script language as simpler and easier to use as possible. I'm still thinking if adding this feature or not.

The other one I think is a must have. It will be included in future releases but because of some FTP protocol limitations some remote file properties won't be able to be set.