I do have a strange behavior to report, and am hoping someone might have a suggestion.
The file I am sending is required to have the time in a very specific format: 17:32:50. The file will fail during transmit, I believe because of the second colon. If I change the file name to 7:3250, so that it has only one colon, the transfer is successful. Also, it does not seem to be the name of the actual file that I am sending, it seems to be the file name I want it to end up on the other server, because I am taking the second colon out of the receive file name only, and it will work.
Any suggestions?
Thanks.
Frank
Runing Umbuntu 14 and WPUT version: 0.6.2
[shell]
wput --append-output=1_puterror.txt ../customerdata/[memberrecord]/1/files/1577_FlatFile_FULLCURR_2016121117:32:50.dat.gpg ftp://[sftpid]:[sftppass]@[ftpaddress]/www.abcde.com/1577_FlatFile_FULLCURR_2016121117:32:50.dat.gpg[/shell]
ERROR With two colons:
Send Failed (1577_FlatFile_FULLCURR_2016121117:32:50.dat.gpg: The filename, directory name, or volume label syntax is incorrect. ) Skipping this file
FINISHED --17:32:50--
Transmission of 1 file failed.
PERFECT With One Colon:
--17:45:43-- ../customerdata/1/files/1577_FlatFile_FULLCURR_2016121117:45:43.dat.gpg'
=> ftp://cwolfe:xxxxx@209.151.229.152:21/www.bobhoffmeyer.com/1577_FlatFile_FULLCURR_2016121117:3250.dat.pgp
Connecting to 209.151.229.152:21... connected!
Logging in as cwolfe ... Logged in!
Length: 500
0K
17:45:43 (1577_FlatFile_FULLCURR_2016121117:3250.dat.pgp) -23.31K/s' [500]
FINISHED --17:45:43--
Transfered 1,012 bytes in 1 file at 9.42K/s
Never mind. Problem is the same with regular FTP commands. Wish I could cancel my post. I will keep trying to figure out how. Sorry.