Re: FTP attribute change not required after V7R4
@Ibmer: Thanks for sharing your knowledge.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
site namefmt 1
through command line rather than GUI?
SITE NAMEFMT 1
and that will shift the remote iSeries into the expected naming mode.
CHGFTPA
+ F4
to prompt the settings. Switch all parameters on using F9
. Display the parameter names with F11
. Page down to NAMEFMT
and CURDIR
.
F1
explains always everything.
NAMEFMT = *PATH
sends all incoming FTP connections at startup into IBMi's Unix server.
CURDIR = *HOMEDIR
means: use user's home directory from his user profile. To check it, use DSPUSRPRF username
, and page down to the very end. You'll see e.g. /home
. Use CHGUSRPRF
to change it.
/home
, and the error message above will not show up.
ls
command. It almost seems like some type of configuration issue, but I have uninstalled and reinstalled the software with no success. Also after reading further on the subject of VMS, I do not believe that the server is VMS.
Error Occured: Sending file to FMS.
winscp> option batch abort
batch abort
winscp> option confirm off
confirm off
winscp> open ftp://USer:Password@ftpServer
Connecting to ftpServer ...
Connected with ftpServer. Waiting for welcome message...
Connected
Starting the session...
Reading remote directory...
Session started.
Active session: [1] User@ftpServer
winscp> lcd C:\Test
C:\Test
winscp> cd OUT
OUT
winscp> put C:\Test\Test.txt
C:\Test\Test.txt | 0 KiB | 0.0 KiB/s | binary | 0%
Error transferring file 'C:\Test\Test.txt'.
Copying files to remote side failed.
File must be specified by library/file.member.
(A)bort, (R)etry, (S)kip, Ski(p) all: Abort