Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Sql Server JOb Execution problem at the time of FTP

    I tried my script on another sql server, it works and created file on ftp server, but it wont transfer the file contents,  I tried 'Binary' also, but it wont work....
  • RE: Sql Server JOb Execution problem at the time of FTP

    I als tried following

    I create a text file akftp.txt, which contain following

    open xxx.xxx.xxx.xxx

    administrator

    deluxe104

    put c:\text.txt

    bye

    then execute it in query analyzer

    EXEC xp_cmdshell 'ftp.exe -s:E:\froogle.txt'

    got following error

    Invalid command.

    Invalid command.

    Not connected....

Viewing 2 posts - 1 through 2 (of 2 total)