Cannot use FTP with the IFS on the OS/400 ( AS/400 / iSeries / systemI )
------------------------------------------------------------------------
Key: VFS-224
URL: https://issues.apache.org/jira/browse/VFS-224
Project: Commons VFS
Issue Type: Bug
Affects Versions: 1.0
Environment: Windows XP client, OS/400 FTP server
Reporter: Sarah Gladstone
Priority: Critical
When using VFS to FTP files to/from the OS/400 FTP server, the system defaults
to NAMEFMT =0, which means "system naming." This restricts uploads/downloads to
the QSYS filesystem. I need to switch to NAMEFMT=1, which means IFS naming.
This allows uploads/downloads to all file systems on the server, which
includes the IFS. There are several ways to switch NAMEFMT. First is to "CD
/some/dir/on/ifs" The second way is to issue the command: QUOTE SITE
NAMEFMT 1
Currently, I cannot upload/download to the IFS on the OS/400, making the FTP
part of VFS unusable.
Thanks,
Sarah
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.