The command 'ls' would list the files on the remote system, Is there a command to list the files on the local system. I'm trying to tranfer files between IFS using FTP.
Thanks
Software/Hardware used:
ASKED:
April 6, 2010 8:57 PM
UPDATED:
April 7, 2010 1:56 PM
None that I’m aware of. I suppose it’s assumed that you know what your files are before entering FTP. However, in the AS/400 FTP client, you could do something like:
> sysc qsh cmd('ls')The ls utility could be used to list your current directory. You could also pass a directory path into the ls utility. You could run commands other than QSH if you wanted a list of files in a library or specify the library in path format for the ls utility. If you run QSH inside of a FTP session, you might need to run the QSH exit command rather than <F3> to return to FTP.
Tom