Search found 5 matches

by rb
Fri Mar 30, 2007 5:43 pm
Forum: Client - General
Topic: Blanks in the file path
Replies: 1
Views: 296

Blanks in the file path

When transferring from command line, I get a file not found if I have blanks in the file path. If I remove the blanks then it works. Is there any solution for this? corecmd.exe -ssh -s -u "D:\MHR Batch Applications\xxx\PGPCntl\xxxPublicKey\Junk.pub" sftp://userid:*********@xxx.yyy.com/home...
by rb
Fri Mar 30, 2007 5:35 pm
Forum: Client - General
Topic: Path Not Found
Replies: 3
Views: 443

Do you have any blanks in the path?
by rb
Fri Mar 30, 2007 5:08 pm
Forum: Client - General
Topic: sFTP to Mainframe sFTP server on USS (Unix) - can't see file
Replies: 1
Views: 363

sFTP to Mainframe sFTP server on USS (Unix) - can't see file

I have sFTP server running on MVS Unix. I can logon to MVS and see my files there. I can logon to MVS sFTP site using Core FTP LE and even upload a file, but I can't list the files on the server. Even the files I upload to MVS disappear from the Core FTP display once I press the refresh button. I wo...
by rb
Fri Mar 30, 2007 4:59 pm
Forum: Client - General
Topic: Rename a file using command line in Core FTP Lite
Replies: 7
Views: 1247

I wanted to avoid the GUI and put everything in a script file, so that setting up the app on other machines is as easy as just copying the script file. Does CoreFTP (LE or PRO) have a command line option to RENAME a file using sFTP? I am looking for equivalent for FTP rename command: rename FileName...
by rb
Mon Mar 26, 2007 6:38 pm
Forum: Client - General
Topic: Rename a file using command line in Core FTP Lite
Replies: 7
Views: 1247

Rename a file using command line in Core FTP Lite

I need to sFTP a file with .tmp extension using command line and once the transfer is complete, rename the file to a different extension. Seems like -FN can't be used to rename an existing file. Is there any other way to rename a file?