it says
Starting new connection with:
-progress = Progress
C: Connection from xxx.xxx.xxx.xxx:21
and is stuck at this point.
I do not want to use the fileset-ftp thread but want to ftp the files via the tps.I have additional logic which checks whether a certain file in present on the remote server before it transfers the file.
But since it hangs while it is connecting to the remote ftp server on the command
set conn [FTP::Open $server $user $passwd -progress Progress] ,i am not able to proceed further.Any help will be greatly appreciated.