By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!I know this isanother users websiute but I can't recall; Hence why I am posting here. I am having prblems accessing the site. By both iexplorer and tcmd/tcc.
IFTP "ftp://lucky.syr.edu/"
sync /C /W /S /F /G "ftp://lucky.syr.edu/" "c:\tcmd\plugins\Vincent\"
IFTP /C
[C:\TCMD]echo %_ip
174.109.91.232
I am not able to SYNC with either v8 or v14. Here is the commands I'm issuing:
Code:IFTP "ftp://lucky.syr.edu/" sync /C /W /S /F /G "ftp://lucky.syr.edu/" "c:\tcmd\plugins\Vincent\" IFTP /C
I don't get any lines from it.... The c:\tcmd\plugins\Vincent is empty of subfolders and files.
Code:[C:\TCMD]echo %_ip 174.109.91.232
/C Copy files only if the destination file exists and is older than the source file. This option is useful for updating the files in one directory from those in another without copying any files not already in the target directory.
SYNC: V:\synctest => "ftp://lucky.syr.edu/"
0 files copied
COPY /S /UF "ftp://lucky.syr.edu" [destination]
It would seem reasonable that CWD expects an argument. PWD gets you the current directory. From RFC 959,And the CWD failing on the FTP server would be a problem with the FTP server.
CHANGE WORKING DIRECTORY (CWD)
This command allows the user to work with a different
directory or dataset for file storage or retrieval without
altering his login or accounting information. Transfer
parameters are similarly unchanged. The argument is a
pathname specifying a directory or other system dependent
file group designator.
Why don't you just
Code:COPY /S /UF "ftp://lucky.syr.edu" [destination]
You'll get a directory structure and everything that you don't have or that's more than 2 seconds newer than the one you have.